-
Component Upgrade
-
Resolution: Not a Bug
-
Major
-
fuse-7.8-GA
-
None
-
False
-
False
-
%
-
-
Todo
-
Undefined
-
Broker URl is not exposed in JMX for camel-amqp , camel-activemq component. Customer doesn't have a way to monitor to see broker-url set for messaging component.
#amqp <bean id="jmsConnectionFactory" class="org.apache.qpid.jms.JmsConnectionFactory"> <property name="remoteURI" value="amqp://localhost:5672" /> <property name="username" value="admin"/> <property name="password" value="admin"/> </bean>
#openwire <bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent"> <property name="brokerURL" value="tcp://localhost:61618" /> <property name="userName" value="admin" /> <property name="password" value="admin" /> </bean>