the route name exposed in JMX uses not the route id in some situations
----------------------------------------------------------------------
Key: CAMEL-3087
URL: https://issues.apache.org/activemq/browse/CAMEL-3087
Project: Apache Camel
Issue Type: Bug
Components: jmx
Affects Versions: 2.2.0
Environment: apache-servicemix-4.2.0-fuse-02-00 which uses
camel-2.2.0-fuse-02-00
Reporter: Christian Mueller
All of our routes are defined in the following way:
{code:java}
from("direct:start").id(MyRoute.class.getName() + ".main")
...
.to("mock:result");
{code}
but in some situations, the route name exposed in JMX is "routeX" instead of
"com.company.MyRoute.main"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.