[ 
https://issues.apache.org/jira/browse/DISPATCH-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16681913#comment-16681913
 ] 

Ernest Allen commented on DISPATCH-1179:
----------------------------------------

I can query the edge router from an internal router through rhea.js if I 
construct the to address like /_edge/<edge router id>/$management

I just can't do it through qdstat

> 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
>            Priority: Major
>
> 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: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to