Hi, I am experimenting with JMX and Camel (1.4). I successfully connected my jconsole to running Camel context. Ability to view route/processor statistics is great. But I faced two problems:
1. When I try to stop route I am getting IOException: Not supported. at org.apache.camel.management.ManagedRoute.stop(ManagedRoute.java:62) ... When I examined source of ManagedRoute class, I found that IOException is thrown without condition. Will this behaviour be changed in future? 2. When I stop camel context through jconsole, jconsole connection to camel context is lost. That means that I must restart camel context manually (restart Tomcat container) and cannot use JMX/jconsole to restart camel context. Is there solution for this problem? Thanks in advance -- View this message in context: http://www.nabble.com/JMX-and-starting-stopping-routes-context-tp19214925s22882p19214925.html Sent from the Camel - Users mailing list archive at Nabble.com.