How can I see what destinations are used?

 FAQ > Using ActiveMQ Classic > How can I see what destinations are used?

The easiest way is to use JMX by pointing your JMX console or JConsole at the broker JVM.

You can also get all of the active destinations from the broker using Java code via getDestinations().

You can also get a Map of all the Destination objects indexed by ActiveMQDestination via getDestinationMap(). This allows you to look at the individual destination details such as the queue depths and so forth

Apache, ActiveMQ, Apache ActiveMQ, the Apache feather logo, and the Apache ActiveMQ project logo are trademarks of The Apache Software Foundation. Copyright © 2024, The Apache Software Foundation. Licensed under Apache License 2.0.