Distinguish federation routes having connection problems
--------------------------------------------------------
Key: QPID-3797
URL: https://issues.apache.org/jira/browse/QPID-3797
Project: Qpid
Issue Type: Improvement
Components: C++ Broker
Affects Versions: 0.12
Reporter: Pavel Moravec
Priority: Minor
When there is a connectivity problem between source and destination broker when
creating a federation route, then qpid provides false information about the
route status.
How to see it:
1) have two brokers node1 and node2 and willing to create an exchange route
from node1 to node2
2) block/drop traffic coming to port 5672 on node2 (i.e. via iptables)
3) create federation route:
qpid-route route add node2 node1 amq.direct some_key
4) check the route has been "created":
qpid-route route list node2:5672
5) route list will print the route despite there is no even TCP connection
established (while source broker is still attempting so). In fact there is no
symptom of a problem with the route.
It would be nice to either somehow distinguish "connecting" and "connected"
routes, or write out just "connected" routes and not "connecting".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]