109110111112113114115116117118
return context; } protected void createInstrumentationAgent(CamelContext context, int port) throws Exception { iAgent = new InstrumentationAgentImpl(); iAgent.setCamelContext(context); enableJmx(); iAgent.start(); }