You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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>
  • No labels