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