You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2009/09/07 16:30:12 UTC

[jira] Created: (AMQ-2379) make it easy to query the queue size (or topic stats) from any language by sending a message

make it easy to query the queue size (or topic stats) from any language by sending a message
--------------------------------------------------------------------------------------------

                 Key: AMQ-2379
                 URL: https://issues.apache.org/activemq/browse/AMQ-2379
             Project: ActiveMQ
          Issue Type: Improvement
            Reporter: James Strachan
             Fix For: 5.3.0


let folks send a message (with a JMSReplyTo header) to a pseudo destination

{code}
ActiveMQ.Statistics.Queues.MyQueue
{code}

and get back a MapMessage with key/value pairs containing the current queue size, the enqueue/dequeue rates, number of consumers and other handy stats. Then folks could use this easily from CMS and NMS as well as via STOMP

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


[jira] Resolved: (AMQ-2379) make it easy to query the queue size (or topic stats) from any language by sending a message

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies resolved AMQ-2379.
-----------------------------

    Resolution: Fixed

Fixed by SVN revision 812514

> make it easy to query the queue size (or topic stats) from any language by sending a message
> --------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2379
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2379
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: James Strachan
>            Assignee: Rob Davies
>             Fix For: 5.3.0
>
>
> let folks send a message (with a JMSReplyTo header) to a pseudo destination
> {code}
> ActiveMQ.Statistics.Queues.MyQueue
> {code}
> and get back a MapMessage with key/value pairs containing the current queue size, the enqueue/dequeue rates, number of consumers and other handy stats. Then folks could use this easily from CMS and NMS as well as via STOMP

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


[jira] Assigned: (AMQ-2379) make it easy to query the queue size (or topic stats) from any language by sending a message

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies reassigned AMQ-2379:
-------------------------------

    Assignee: Rob Davies

> make it easy to query the queue size (or topic stats) from any language by sending a message
> --------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2379
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2379
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: James Strachan
>            Assignee: Rob Davies
>             Fix For: 5.3.0
>
>
> let folks send a message (with a JMSReplyTo header) to a pseudo destination
> {code}
> ActiveMQ.Statistics.Queues.MyQueue
> {code}
> and get back a MapMessage with key/value pairs containing the current queue size, the enqueue/dequeue rates, number of consumers and other handy stats. Then folks could use this easily from CMS and NMS as well as via STOMP

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