Hi

I do think there is a minor issue with how to disable the JMX stuff the "old 
way".

See CAMEL-637

Basically you have to use the new jmxAgent tag and set disabled="true". 
Using only the useJmx="false" attribute does not disable it.

This snippet is the only one working to disable it using the spring XML style:

    <camel:camelContext id="camel">
        <camel:package>dk.regionh.camel</camel:package>
        <camel:jmxAgent id="agent" disabled="true"/>
    </camel:camelContext>

Isn't the useJmx="false" suppose to disable/not use JMX at all?


Med venlig hilsen

Claus Ibsen
......................................
Silverbullet
Skovsgårdsvænget 21
8362 Hørning
Tlf. +45 2962 7576
Web: www.silverbullet.dk

Reply via email to