简体   繁体   中英

Monitoring ActiveMQ

I have ingestion pipeline source --> ActiveMQ --> Storm --> HDFS. Now I want to monitor ActiveMQ queue so as to detect failures and send email to concerned person.

I haven't used it before so I'm looking at options that can be used for monitoring these queues. Can somebody suggest suitable tools ?

See http://activemq.apache.org/how-can-i-monitor-activemq.html . But here you only see information how to access the data.

With the jolokia interface you have a REST api which access all jmx values.

Check for existing monitoring application you already have and let's see if they can do REST requests or jmx. Eg you could use Graphite, Kibana, monitis.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM