Found some time to dig into this.

Figured out that I explicitly have to set the createConnector on the
jmxAgent to 'false' then it works.

The  documentation
<http://camel.apache.org/camel-jmx.html#CamelJMX-jmxAgentPropertiesReference>  
says this should be the default value, but it seems not to be the case. 

The org.apache.camel.core.xml.CamelJMXAgentDefinition sets it to true ->
 @XmlAttribute
    private String createConnector = "true";

I would guess that the default value should be set to "false".
Should I create a jira ?

Best,
Preben



--
View this message in context: 
http://camel.465427.n5.nabble.com/disabeling-loadStatistics-tp5746709p5746824.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to