Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: replace useJmx='true' property by jmxAgent disabled='true'

...

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

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