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

Can't remote query edge router

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.5.0
    • None
    • Management Agent
    • None

    Description

      Unable to query an edge router from the interior router.

      qdstat's -r queries a router by id

      Running an interior router with 1 edge router, I'm unable to use qdstat on the interior router with -r <edge router id> to get any info from the edge router.

      The request times out with the message:

      Timeout: Connection amqp://0.0.0.0:22007/_topo/0/EDGE.1/$management timed out: Sending on sender 4944bd67-de97-437f-b31f-8f813cb1aa2e-_topo/0/EDGE.1/$management

      When I execute the qdstat request, the output for the edge router shows that a connection from the interior router was made, but there is no response.

      here is the command I tried:

      qdstat -b 0.0.0.0:22007 -g -r EDGE.1

      where the interior router has a listener on 22007 and the edge router has an ID of EDGE.1

      here are the conf files:

      Interior router -----------

      router

      {   mode: interior   id: INT.B }

      listener

      {   port: 22007   stripAnnotations: no }

      listener

      {   role: edge   port: 22006 # edge_port_B }

      -------------------------

       

      edge router -----------------

      router

      {     mode: edge     id: EDGE.1 }

      listener

      {     stripAnnotations: no     port: 5674 }

      connector

      {     role: edge     name: uplink     port: 22006 }

      --------------------

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            eallen Ernest Allen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: