How do I disable JMX?

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

<camelContext useJmx="false" xmlns="http://activemq.apache.org/camel/schema/spring">
    ...
  </camelContext>
Graphic Design By Hiram