How do I disable JMX has been edited by Charles Moulliard (Feb 17, 2009).

Change summary:

replace useJmx='true' property by jmxAgent disabled='true'

(View changes)

Content:

How do I disable JMX?

The easiest way to disable JMX support is via the jmxAgent property on the Camel Context element in your Spring XML

<camelContext xmlns="http://activemq.apache.org/camel/schema/spring">
     <jmxAgent id="agent" disabled="true"/>
     ...
  </camelContext>


Reply via email to