Hi

We have improved the JMX in Camel from Camel 2.7 onwards.

>From the release notes:

Relaxed how aggressive Camel was registering services as MBeans in
JMX. Now Camel will by default only registeres MBeans when starting
CamelContext or starting new routes. This avoids registering too many
MBeans if using dynamic EIP patterns such as Recipient List using
different endpoint urls, causing new endpoints and its associated
services to be registered in JMX. This would keep growing over time
and consume memory as well. You can use the registerAlways or
registerNewRoutes options on ManagementAgent to control this behavior.
See Camel JMX for more details.




-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to