In <21599160.p...@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