How can I monitor ActiveMQ
Starting with ActiveMQ 5.8.0 Jolokia is bundled which provides a RESTful interface to ActiveMQ's JMX capabilities.
In ActiveMQ 4.x you can monitor the broker to see what destinations are being used, their activity along with connections and subscriptions using the following tools
- JMX and a JMX console such as jConsole
- The Web Console
- the Advisory Message feature (using JMS messages to monitor the system)
- The Command Agent; ActiveMQ.Agent topic that you query for status
- The Visualisation plug-in
- The Statistics plug-in (from 5.3)
Third Party Tools
...