You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Claus Ibsen <ci...@silverbullet.dk> on 2008/06/27 07:03:33 UTC

Disabling the JMX stuff with useJmx="false"

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