This post originated from an RSS feed registered with Java Buzz
by Andrej Koelewijn.
Original Post: Monitoring Camel routes with JMX
Feed Title: Andrej Koelewijn
Feed URL: http://feeds.feedburner.com/AndrejKoelewijn
Feed Description: On Oracle, Java and OpenSource
ServiceMix and Camel expose a lot of information through jmx mbeans. You can use jconsole to access this information. Start jconsole and connect to a running servicemix instance. Look for the entry with karaf in the name: In the mbeans tab you’ll find a node for Apache Camel. Here you’ll find all your routes, endpoints, [...]