FailoverException should not be received by client unless explicitly
FailoverEnabled.
-------------------------------------------------------------------------------------
Key: QPID-402
URL: https://issues.apache.org/jira/browse/QPID-402
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: M1
Reporter: Martin Ritchie
The java client does not correctly wrap all operations that can possibly cause
a FailoverException.
This results in the following poping out of the client code rather than waiting
for failover to succeed or fail in the client code.
org.apache.qpid.client.failover.FailoverException: Failing over about to start
at
org.apache.qpid.client.failover.FailoverHandler.run(FailoverHandler.java:76)
at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.