Ken Liao created AMQ-9548:
-----------------------------

             Summary: Add new Mbean methods for retrieving list of destinations 
with limit and just number of destination
                 Key: AMQ-9548
                 URL: https://issues.apache.org/jira/browse/AMQ-9548
             Project: ActiveMQ Classic
          Issue Type: Improvement
          Components: JMX
    Affects Versions: 6.1.2, 5.18.5
            Reporter: Ken Liao
             Fix For: 6.2.0


Right now, to monitor the number of destination, the only way is to read the 
destinations MBean and get the total destination. However, this means reading 
all destination names into memory, if the user has 10K+ destination with long 
destination name, it will be a large amount of memory just to monitor the 
number of them. 

The proposal here is to add either a new MBean value or a method to obtain that 
data. We can also add a method to retrieve the first K destination as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to