This closes #2706
This commit is contained in:
commit
a1cfc4526f
|
@ -1034,7 +1034,9 @@ public class BridgeImpl implements Bridge, SessionFailureListener, SendAcknowled
|
|||
return;
|
||||
} else {
|
||||
ActiveMQServerLogger.LOGGER.errorConnectingBridgeRetry(this);
|
||||
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Underlying bridge connection failure", e);
|
||||
}
|
||||
scheduleRetryConnect();
|
||||
}
|
||||
} catch (ActiveMQInterruptedException | InterruptedException e) {
|
||||
|
|
Loading…
Reference in New Issue