You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Kevin Burton (JIRA)" <ji...@apache.org> on 2015/03/01 23:07:04 UTC

[jira] [Created] (AMQ-5624) Slow consumer count for broker/destination for monitoring purposes.

Kevin Burton created AMQ-5624:
---------------------------------

             Summary: Slow consumer count for broker/destination for monitoring purposes.
                 Key: AMQ-5624
                 URL: https://issues.apache.org/jira/browse/AMQ-5624
             Project: ActiveMQ
          Issue Type: Bug
            Reporter: Kevin Burton


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.

This might be helpful at the broker level but destination level too.

We can get this information right now for consumers but it's slow to compute.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)