You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org> on 2009/07/24 11:18:14 UTC

[jira] Created: (QPID-2005) change the Fanout Exchange JMX bindings() results to return a single binding entry with all bound queues

change the Fanout Exchange JMX bindings() results to return a single binding entry with all bound queues
--------------------------------------------------------------------------------------------------------

                 Key: QPID-2005
                 URL: https://issues.apache.org/jira/browse/QPID-2005
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker, Java Management : JMX Console
    Affects Versions: M4, M3, M2.1, 0.5
            Reporter: Robbie Gemmell
            Assignee: Robbie Gemmell
             Fix For: 0.6


The Fanout Exchange JMX MBean currently returns a series of CompositeData elements containing the queue name and an array also containing the queue name. This produces a results view whereby there is a 'binding key' for every queue bound to the exchange (when infact no binding key at all is used for the exchange), each associated with the single queue.

To be more representative of the actual process within the exchange, this will be changed to return a single CompositeData element within the TabularData which contains a 'wildcard binding' with all the queue names in the associated list, indicating all bound queues are enqueued to.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (QPID-2005) change the Fanout Exchange JMX bindings() results to return a single binding entry with all bound queues

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner resolved QPID-2005.
---------------------------------

    Resolution: Fixed

> change the Fanout Exchange JMX bindings() results to return a single binding entry with all bound queues
> --------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-2005
>                 URL: https://issues.apache.org/jira/browse/QPID-2005
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Management : JMX Console
>    Affects Versions: M2.1, M3, M4, 0.5
>            Reporter: Robbie Gemmell
>            Assignee: Aidan Skinner
>             Fix For: 0.6
>
>
> The Fanout Exchange JMX MBean currently returns a series of CompositeData elements containing the queue name and an array also containing the queue name. This produces a results view whereby there is a 'binding key' for every queue bound to the exchange (when infact no binding key at all is used for the exchange), each associated with the single queue.
> To be more representative of the actual process within the exchange, this will be changed to return a single CompositeData element within the TabularData which contains a 'wildcard binding' with all the queue names in the associated list, indicating all bound queues are enqueued to.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (QPID-2005) change the Fanout Exchange JMX bindings() results to return a single binding entry with all bound queues

Posted by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell updated QPID-2005:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> change the Fanout Exchange JMX bindings() results to return a single binding entry with all bound queues
> --------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-2005
>                 URL: https://issues.apache.org/jira/browse/QPID-2005
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Management : JMX Console
>    Affects Versions: M2.1, M3, M4, 0.5
>            Reporter: Robbie Gemmell
>            Assignee: Robbie Gemmell
>             Fix For: 0.6
>
>
> The Fanout Exchange JMX MBean currently returns a series of CompositeData elements containing the queue name and an array also containing the queue name. This produces a results view whereby there is a 'binding key' for every queue bound to the exchange (when infact no binding key at all is used for the exchange), each associated with the single queue.
> To be more representative of the actual process within the exchange, this will be changed to return a single CompositeData element within the TabularData which contains a 'wildcard binding' with all the queue names in the associated list, indicating all bound queues are enqueued to.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Assigned: (QPID-2005) change the Fanout Exchange JMX bindings() results to return a single binding entry with all bound queues

Posted by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell reassigned QPID-2005:
------------------------------------

    Assignee: Aidan Skinner  (was: Robbie Gemmell)

Hi Aidan, can you review this change please, thanks.

> change the Fanout Exchange JMX bindings() results to return a single binding entry with all bound queues
> --------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-2005
>                 URL: https://issues.apache.org/jira/browse/QPID-2005
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Management : JMX Console
>    Affects Versions: M2.1, M3, M4, 0.5
>            Reporter: Robbie Gemmell
>            Assignee: Aidan Skinner
>             Fix For: 0.6
>
>
> The Fanout Exchange JMX MBean currently returns a series of CompositeData elements containing the queue name and an array also containing the queue name. This produces a results view whereby there is a 'binding key' for every queue bound to the exchange (when infact no binding key at all is used for the exchange), each associated with the single queue.
> To be more representative of the actual process within the exchange, this will be changed to return a single CompositeData element within the TabularData which contains a 'wildcard binding' with all the queue names in the associated list, indicating all bound queues are enqueued to.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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