[
https://issues.apache.org/jira/browse/ARTEMIS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17233972#comment-17233972
]
ASF subversion and git services commented on ARTEMIS-3001:
----------------------------------------------------------
Commit 80c51803dae6168669244f29472530dd398b7683 in activemq-artemis's branch
refs/heads/master from sebthom
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=80c5180 ]
ARTEMIS-3001 Provide address and queue count via ActiveMQServerControl
See https://issues.apache.org/jira/browse/ARTEMIS-3001
> Provide address and queue count via ActiveMQServerControl
> ---------------------------------------------------------
>
> Key: ARTEMIS-3001
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3001
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Components: JMX
> Affects Versions: 2.16.0
> Reporter: Sebastian T
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The accompanying PR introduces two new methods *getAddressCount* and
> *getQueueCount* to the *ActiveMQServerControl* class to retrieve the current
> number of addresses and current number of queues on the broker.
> We want to monitor these number via our APM. Currently we have to use
> *ActiveMQServerControl#getAddressNames().size()* and
> *ActiveMQServerControl#getQueueNames().size()* which however are too
> expensive for our use case.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)