You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2020/11/17 21:22:00 UTC

[jira] [Resolved] (ARTEMIS-3001) Provide address and queue count via ActiveMQServerControl

     [ https://issues.apache.org/jira/browse/ARTEMIS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-3001.
-------------------------------------
    Fix Version/s: 2.17.0
       Resolution: Fixed

> 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
>             Fix For: 2.17.0
>
>          Time Spent: 1h 10m
>  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)