You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by axiez <le...@gmail.com> on 2009/01/22 08:33:08 UTC

querying message broker information

Is there a way to query the Message Broker for number of messages in the
system etc?
-- 
View this message in context: http://www.nabble.com/querying-message-broker-information-tp21599160s134p21599160.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: querying message broker information

Posted by Fredrik Jonson <fr...@myrealbox.com>.
In <21...@talk.nabble.com> axiez wrote:
 
>  Is there a way to query the Message Broker for number of messages
>  in the system etc?

If you want the queue size for a single queue/topic you can get a
queue browser and count. I doubt that is a very performant way
though. ActiveMQ also offer the queue size as a JMX property, so
that is probably a better choice, even though it is provider
specific.

http://activemq.apache.org/how-do-i-find-the-size-of-a-queue.html

-- 
Fredrik Jonson