According to this:

http://activemq.apache.org/jmx.html

There are no simple metrics for the number of slow consumers.

Is there an easy way to figure this out?

Would be nice for monitoring systems so that alerts can be triggered.

Right now you have to enumerate each subscriber but it takes 200ms for each
one so it could take a rather long time.

Plus, it’s better to have something O(1) for monitoring systems vs
something O(N) which might take a rather long time.
-- 

Founder/CEO Spinn3r.com
Location: *San Francisco, CA*
blog: http://burtonator.wordpress.com
… or check out my Google+ profile
<https://plus.google.com/102718274791889610666/posts>
<http://spinn3r.com>

Reply via email to