I have been trying to federate 2 C++ brokers, and used the sasl_fed_ex test
as a guide to do this.

I had trouble getting the ssl link to establish, and tried QPID 0.14, 0.20,
and finally 0.18.

The test appeared to succeed , but the link "State" was "Waiting" or a value
other than "Operational".

Does anyone think making the following chang to the test at the end of
sasl_fed_ex thus would improve stability of broker to broker ssl link
functionality?


link_status=$($QPID_ROUTE_EXEC link list localhost:${DST_TCP_PORT} | tail -1
| awk '{print $3 " " $5}') ## was {print $3}

if [ ${link_status} == "ssl Operational" ]; then ## was 'ssl'



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/C-broker-federation-with-SSL-transport-link-suggestion-test-modification-tp7591117.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

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

Reply via email to