Author: norman Date: Mon Mar 29 05:58:29 2010 New Revision: 928602 URL: http://svn.apache.org/viewvc?rev=928602&view=rev Log: disable jmx by default on camel content
Modified: james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml Modified: james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=928602&r1=928601&r2=928602&view=diff ============================================================================== --- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml (original) +++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml Mon Mar 29 05:58:29 2010 @@ -121,6 +121,7 @@ <!-- Change trace to true for debugging purposes --> <camel:camelContext id="jamesCamelContext" trace="false" > + <camel:jmxAgent id="agent" disabled="true"/> <camel:template id="producerTemplate"/> <camel:routeBuilder ref="processorRoute" /> </camel:camelContext> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org