Hi, On Fri, Aug 12, 2011 at 11:47 PM, agujral <[email protected]> wrote: > Sorry I was not very clear in my initial post. I want to know if consumer > count is zero even if I dont know the queue name. The above mentioned checks > will work only when I know the queuename which I dont know in this > particular case.
In JMX you can enumerate all available MBeans, and filter out the ones representing queues. We actually do this in a Nagios check. Best regards, Martin
