You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <ji...@apache.org> on 2011/02/25 21:41:21 UTC

[jira] Created: (QPID-3087) Bad handling of invalid queue arguments

Bad handling of invalid queue arguments
---------------------------------------

                 Key: QPID-3087
                 URL: https://issues.apache.org/jira/browse/QPID-3087
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker, python tools
            Reporter: Gordon Sim
            Assignee: Gordon Sim
             Fix For: 0.9


Passing bad arguments to queue-declare (e.g. max-count=3.14 or max-size='foo') currently results in those arguments being ignored, but being reported from queue-query or via qmf as they were originally specified. There is a further problem with qpid-config in these cases where it fails due to attempts to convert these values to integers and therefore does not list all queues.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-3087) Bad handling of invalid queue arguments

Posted by "Gordon Sim (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-3087.
------------------------------

    Resolution: Fixed

> Bad handling of invalid queue arguments
> ---------------------------------------
>
>                 Key: QPID-3087
>                 URL: https://issues.apache.org/jira/browse/QPID-3087
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, python tools
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>             Fix For: 0.9
>
>
> Passing bad arguments to queue-declare (e.g. max-count=3.14 or max-size='foo') currently results in those arguments being ignored, but being reported from queue-query or via qmf as they were originally specified. There is a further problem with qpid-config in these cases where it fails due to attempts to convert these values to integers and therefore does not list all queues.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org