mirror of https://github.com/apache/activemq.git
remove dup call to startRemote
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1442144 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c372448471
commit
a34970a959
|
@ -423,7 +423,6 @@ public abstract class DemandForwardingBridgeSupport implements NetworkBridge, Br
|
|||
|
||||
try {
|
||||
startRemoteBridge();
|
||||
startRemoteBridge();
|
||||
} catch (Throwable e) {
|
||||
serviceRemoteException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue