Administration and Monitoring of Apache-Camel routes in ServiceMix

孤街浪徒 提交于 2019-12-07 03:25:16

问题


Being a user of Camel and ServiceMix I frequently need to monitor those tools for development purposes. I mainly use JConsole to access MBeans from ServiceMix and Camel. It gives a few really helpful metrics for an ESB developer.

I also use karaf (web)console to track my route and bundles status. Looking around StackOverflow I found an interesting link that explains how to setup Hyperic HQ for ServiceMix 4: Monitoring Servicemix with Hyperic HQ.

Are they other tools you would consider worthy to learn/use for Camel/SMX Development ?


回答1:


FuseHQ which is based on Hyperic is a product from FuseSource that is ready made for monitoring Fuse ESB, ActiveMQ, Camel etc. http://fusesource.com/products/fuse-hq/

Then there is also Fuse IDE which can monitor as well, albeith its tooling more focused for developers, to edit and design integration applications, for example with Camel, CXF, and AMQ. Fuse IDE is also capable of monitoring your apps at runtime, such as you can attach it to any running JVM that has Camel, SMX, ActiveMQ running, and you can gain insight and have UI tailored for those apps. http://fusesource.com/products/fuse-ide/

There is also tools such as Nagios that people use to monitor, but its more tied to JMX and log scanning etc. There is a camel-nagios component to send alerts to nagios from Camel: http://camel.apache.org/nagios

And there is commercial vendors, besides FuseSource, who are in progress of adding Camel dashboards to their apps.

There is also mcollective which can grab information from a cluster of servers. I have seen it integrate with AMQ etc: http://docs.puppetlabs.com/mcollective/




回答2:


In addition we're working on a small lightweight open source web console to help visualise, manage and monitor your Camel routes called hawt.io which also has support for viewing attributes, charting, logs, JMX, OSGi and ActiveMQ with more features coming soon...




回答3:


The good news is that Apache Camel is based on open standards, thus you can use your own frameworks and tools if tooling of Camel is not sufficient.

You can use JMX tools such as jconsole or hawtio for management of Camel routes. My recommendation for monitoring is Kibana, a great open source project for creating dashboards based on log files. You still have to use Camel's EIPs such as WireTap or MessageStore to create log files. Afterwards, it is very easy to monitor them and create dashboards.

If you need more details, take a look at my blog post about monitoring alternatives for Apache Camel:

http://www.kai-waehner.de/blog/2013/07/15/apache-camel-and-talend-esb-management-and-monitoring-of-integration-routes-and-soap-rest-web-services-jmx-osgi-logstash-elasticsearch-kibana-hawtio/



来源:https://stackoverflow.com/questions/9723682/administration-and-monitoring-of-apache-camel-routes-in-servicemix

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!