Claus Ibsen created CAMEL-5446: ---------------------------------- Summary: Add option to disable ManagementLoadTask Key: CAMEL-5446 URL: https://issues.apache.org/jira/browse/CAMEL-5446 Project: Camel Issue Type: Improvement Components: camel-core, jmx Reporter: Claus Ibsen Priority: Minor Fix For: 2.11.0
There is a background task that by default runs once per sec and calculate the load task of your CamelContext and the routes. If you run a lot of CamelContext in a JVM, you take up 1 thread per CamelContext for this background task. If end user do not care about the load task info at runtime, we should offer a way to easily disable the load task. Currently you would have to disable all the JMX stats by setting this to off. This means there is no performance stats either, eg number of messages processed etc. Those stats people may want, as they dont take up 1 background thread to calculate. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira