Description
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.
Attachments
Issue Links
- links to