Ernest Allen created DISPATCH-1179:
--------------------------------------

             Summary: Can't remote query edge router
                 Key: DISPATCH-1179
                 URL: https://issues.apache.org/jira/browse/DISPATCH-1179
             Project: Qpid Dispatch
          Issue Type: Bug
          Components: Management Agent
    Affects Versions: 1.5.0
            Reporter: Ernest Allen


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
}

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

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to