Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-16994

camel-amqp component doesn't expose broker url in JMX

    XMLWordPrintable

Details

    • Component Upgrade
    • Resolution: Not a Bug
    • Major
    • fuse-7.10-GA
    • fuse-7.8-GA
    • ActiveMQ, Camel
    • None
    • False
    • False
    • % %
    • Todo
    • Undefined

    Description

      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> 

      Attachments

        Activity

          People

            ldemasi Luigi De Masi
            rhn-support-cpandey Chandra Shekhar Pandey (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: