Hi again, Just saw at the screenshots of Camel WIKI itself that backslashes get included as soon as the endpoint are invoked with some options:
http://camel.apache.org/camel-jmx.data/camel-jmx.png And it happens by the call to javax.management.ObjectName.quote(name) in the method org.apache.camel.management.DefaultManagementNamingStrategy.getObjectNameForCamelContext() And Javadoc clearly states that behaviour as well: http://download.oracle.com/javase/6/docs/api/javax/management/ObjectName.html#quote(java.lang.String) What I still don't understand is regarding my previous second question, that's the way the servlet endpoints are shown in JConsole: /getVersionsService instead of to my expectation servlet://getVersionsService Any idea regarding this? Regards, Babak -- View this message in context: http://camel.465427.n5.nabble.com/backslashes-on-Endpoint-URI-by-JConsole-tp4757427p4757778.html Sent from the Camel - Users mailing list archive at Nabble.com.