Interface ActiveMQAMQPProtocolLogger
-
- All Known Implementing Classes:
ActiveMQAMQPProtocolLogger_impl
public interface ActiveMQAMQPProtocolLoggerLogger Code 11
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQAMQPProtocolLoggerLOGGER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcantRemovingScheduledTask()voidincompatibleAddressFullMessagePolicy(String oldAddress, String oldPolicy, String newAddress, String newPolicy)voidmessageConversionFailed(Throwable t)voidretryConnection(String name, String hostAndPort, int currentRetry, int maxRetry)voidretryConnectionFailed(String name, String hostAndPort, int currentRetry)voidsuccessReconnect(String name, String hostAndPort, int currentRetry)voidunableToSendMessageToDLA(MessageReference ref, Throwable t)
-
-
-
Field Detail
-
LOGGER
static final ActiveMQAMQPProtocolLogger LOGGER
-
-
Method Detail
-
cantRemovingScheduledTask
void cantRemovingScheduledTask()
-
retryConnectionFailed
void retryConnectionFailed(String name, String hostAndPort, int currentRetry)
-
retryConnection
void retryConnection(String name, String hostAndPort, int currentRetry, int maxRetry)
-
incompatibleAddressFullMessagePolicy
void incompatibleAddressFullMessagePolicy(String oldAddress, String oldPolicy, String newAddress, String newPolicy)
-
messageConversionFailed
void messageConversionFailed(Throwable t)
-
unableToSendMessageToDLA
void unableToSendMessageToDLA(MessageReference ref, Throwable t)
-
-