mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4507 - apply fix with thanks
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1478357 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2a1bc72c0c
commit
d687324465
|
@ -963,7 +963,7 @@ public class FailoverTransport implements CompositeTransport {
|
|||
uri = bt.getUri();
|
||||
if (priorityBackup && priorityBackupAvailable) {
|
||||
Transport old = this.connectedTransport.getAndSet(null);
|
||||
if (transport != null) {
|
||||
if (old != null) {
|
||||
disposeTransport(old);
|
||||
}
|
||||
priorityBackupAvailable = false;
|
||||
|
|
Loading…
Reference in New Issue