Instrumentation agent should be able to register multiple instances of a
processor
----------------------------------------------------------------------------------
Key: CAMEL-679
URL: https://issues.apache.org/activemq/browse/CAMEL-679
Project: Apache Camel
Issue Type: Bug
Components: camel-core
Reporter: William Tam
Priority: Minor
Fix For: 1.4.0
If you have a route like this:
from("jms:queue").to("bean:testBean").to("bean:testBean"),
the second instance of the processor "to(bean:testBean)" will fail to register
with mbean server because of duplicated objectname. As a result, only one
instance of the "to(bean:testBean)" processor is visible to mbean server and we
won't set the performance counter of the second instance.
http://www.nabble.com/Starting-Camel-context-causes-JMX-exception.-tp18304692s22882p18304692.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.