ARTEMIS-179 excessive cluster bridge retry logging

The information about the bridge connection retries is already logged
at DEBUG level elsewhere and a WARN message is already logged when the
connection dies in the first place. I don't see any good reason to
keep this logging here.
This commit is contained in:
jbertram 2015-07-30 13:15:50 -05:00 committed by Clebert Suconic
parent ecc2cecf87
commit fc14e31aa7
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ public class ClusterConnectionBridge extends BridgeImpl
if (factory == null) if (factory == null)
{ {
ActiveMQServerLogger.LOGGER.nodeNotAvailable(targetNodeID);
return null; return null;
} }
factory.setReconnectAttempts(0); factory.setReconnectAttempts(0);