Claus Ibsen created CAMEL-6146:
----------------------------------
Summary: Tracer mbean name in JMX has no need for hexcode
Key: CAMEL-6146
URL: https://issues.apache.org/jira/browse/CAMEL-6146
Project: Camel
Issue Type: Improvement
Components: camel-core, jmx
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.11.0
The tracer MBean has identity hashcode appended, but that is not needed. We
should loose that, so the mbean name is fixed name, which makes it easier for
people and tooling to leverage.
org.apache.camel:context=localhost/camel-1,type=tracer,name=Tracer(0x548bb8b2)
Should be
org.apache.camel:context=localhost/camel-1,type=tracer,name=Tracer
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira