Servicemix Monitoring with Hyperic HQ

I was able to configure Hyperic HQ to define servicemix 4, however, it could only see the ServiceMix 4.x Garbage Collector service. I would like to be able to control activemq Queues, Endpoints and Camel Applications (if possible)

Could anyone do this?

+3
source share
2 answers

I recently encountered the same problem with a client. We did not find support for this using HypericHQ, so we created our own basic web application using JSP, Ajax / jQuery and JMX to interact with AMQ / Camel. Another option is to configure ActiveMQ and Camel web consoles ...

Here are some notes on using JMX to control and manage ActiveMQ and Camel ...

http://benoday.blogspot.com/2010/08/managing-camel-routes-with-jmx-apis.html

http://benoday.blogspot.com/2010/08/monitoring-and-managing-activemq-with.html

In addition, I know that the Camel team wants to improve the web console in future releases (see 3.0 roadmap )

good luck ...

+2
source

See this article. I started working in the right direction using Hyperic HQ to monitor servicemix: http://soa.dzone.com/news/use-hyperic-hq-monitor

+2
source

Source: https://habr.com/ru/post/910823/


All Articles