When running Camel in the eclipse plugin I was scratching my head a
bit trying to figure out why the MBeans were not visible in the JMX
console. From noodling the code in
DefaultInstrumentationAgent.findOrCreateMBeanServer() it looks like we
don't use the platform mbean server by default unless the user
specifies the system property...

-Dorg.apache.camel.jmx.usePlatformMBeanServer=true

I just kinda thought that was a bit backwards; shouldn't we use the
platform mbean server by default - then using JConsole we can actually
see the mbeans? Is there some reason we didn't enable this by default?

-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Reply via email to