Uploaded image for project: 'AMQ Interconnect'
  1. AMQ Interconnect
  2. ENTMQIC-1924

containerId field conflics with the connector name

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.1.0.CR2
    • 1.0.0.CR1
    • Qpid Dispatch Router
    • None
    • Documentation (Ref Guide, User Guide, etc.), User Experience

      Using this configuration with the JAMQ7 (with container_id "dtest") a problem appears when a name is specified for the connector.
      In this case linkRoutes are not established to the broker.
      Commenting out a name attribute in connector entity linkRouting works as expected.

      router {
          mode: standalone
          id: Router.A
      }
      
      listener {
          host: 0.0.0.0
          port: amqp
          authenticatePeer: no
          saslMechanisms: ANONYMOUS
      }
      
      connector {
          name: broker
          host: MY-HOST
          role: route-container
          port: amqp
      }
      
      address {
          prefix: jms.queue
          waypoint: yes
          distribution: balanced
      }
      
      linkRoute {
          name: myqueueIn
          dir: in
          prefix: jms.queue.myqueue
          connection: broker
          containerId: dtest
      }
      
      linkRoute {
          name: myqueueOut
          dir: out
          prefix: jms.queue.myqueue
          connection: broker
          containerId: dtest
      }
      
      log {
          module: MESSAGE
          enable: debug
          timestamp: yes
      }
      

            gmurthy@redhat.com Ganesh Murthy
            mlesko1 Matej Lesko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: