This commit is contained in:
Clebert Suconic 2019-06-17 22:29:57 -04:00
commit a1cfc4526f
1 changed files with 3 additions and 1 deletions

View File

@ -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) {