Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-640

containerId field conflics with the connector name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7.0
    • 0.8.0
    • Router Node
    • None
    • rhel6x,i rhel7x

    Description

      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
      }
      

      Attachments

        Issue Links

          Activity

            People

              gmurthy Ganesh Murthy
              DarkEye Matej Lesko
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: