Class LoggingActiveMQServerPluginLogger_impl
java.lang.Object
org.apache.activemq.artemis.core.server.plugin.impl.LoggingActiveMQServerPluginLogger_impl
- All Implemented Interfaces:
LoggingActiveMQServerPluginLogger
public class LoggingActiveMQServerPluginLogger_impl
extends Object
implements LoggingActiveMQServerPluginLogger
-
Field Summary
Fields inherited from interface org.apache.activemq.artemis.core.server.plugin.impl.LoggingActiveMQServerPluginLogger
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterCloseConsumer(String consumerID, String sessionID, boolean failed) voidafterCloseSession(String sessionName, boolean sesssionConnectionID, String remoteAddress) voidafterCreateConnection(RemotingConnection connection) voidafterCreateConsumer(String consumerID, String sessionID) voidafterCreateQueue(Queue queue) voidafterCreateSession(String sessionName, Object sesssionConnectionID, String remoteAddress) voidafterDeliver(String messageID, SimpleString queueAddress, SimpleString queueName, String consumerSessionID, long consumerID) voidafterDeliverDetails(String messageID, SimpleString queueAddress, SimpleString queueName, String consumerSessionID, long consumerID, MessageReference reference, ServerConsumer consumer) voidafterDeliverNoConsumer(String messageID) voidafterDeployBridge(Bridge config) voidafterDestroyConnection(RemotingConnection connection) voidafterDestroyQueue(Queue queue, SimpleString address, SecurityAuth session, boolean checkConsumerCount, boolean removeConsumers, boolean autoDeleteAddress) voidafterMessageRoute(String messageID, RoutingStatus result) voidafterMessageRouteDetails(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) voidafterSend(String messageID, RoutingStatus result, String tx) voidafterSendDetails(Message message, String result, Transaction tx, String sessionName, String connectionID, boolean direct, boolean noAutoCreateQueue) voidafterSessionMetadataAdded(String sessionName, String key, String data) voidafterSessionMetadataAddedDetails(String sessionName, ServerSession session, String key, String data) voidbeforeCloseConsumer(ServerConsumer consumer, String sessionID, boolean failed) voidbeforeCloseSession(String sessionName, ServerSession session, boolean failed) voidbeforeCreateConsumer(String consumerID, QueueBinding queueBinding, SimpleString filterString, boolean browseOnly, boolean supportLargeMessage) voidbeforeCreateQueue(QueueConfiguration queueConfig) voidbeforeCreateSession(String name, String username, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String publicAddress) voidbeforeDeliver(ServerConsumer consumer, MessageReference reference) voidvoidbeforeDestroyQueue(SimpleString queueName, SecurityAuth session, boolean checkConsumerCount, boolean removeConsumers, boolean autoDeleteAddress) voidbeforeMessageRoute(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) voidbeforeSend(Message message, Transaction tx, ServerSession session, boolean direct, boolean noAutoCreateQueue) voidbeforeSessionMetadataAdded(String sessionName, ServerSession session, String key, String data) voidcriticalFailure(CriticalComponent components) voidvoidmessageAcknowledgedDetails(String messageID, String sessionID, String consumerID, String queueName, String tx, AckReason reason) voidmessageExpired(MessageReference message, SimpleString messageExpiryAddress) voidonMessageRouteError(String messageID, Exception e) voidonMessageRouteErrorDetails(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) voidonSendError(String messageID, String sessionName, String sessionConnectionID, Exception e) voidonSendErrorDetails(String messageID, Message message, String sessionName, Transaction tx, ServerSession session, boolean direct, boolean noAutoCreateQueue) voidrolledBackTransaction(Transaction tx, String resource)
-
Constructor Details
-
LoggingActiveMQServerPluginLogger_impl
-
-
Method Details
-
afterCreateConnection
- Specified by:
afterCreateConnectionin interfaceLoggingActiveMQServerPluginLogger
-
afterDestroyConnection
- Specified by:
afterDestroyConnectionin interfaceLoggingActiveMQServerPluginLogger
-
afterCreateSession
public void afterCreateSession(String sessionName, Object sesssionConnectionID, String remoteAddress) - Specified by:
afterCreateSessionin interfaceLoggingActiveMQServerPluginLogger
-
afterCloseSession
public void afterCloseSession(String sessionName, boolean sesssionConnectionID, String remoteAddress) - Specified by:
afterCloseSessionin interfaceLoggingActiveMQServerPluginLogger
-
afterSessionMetadataAdded
- Specified by:
afterSessionMetadataAddedin interfaceLoggingActiveMQServerPluginLogger
-
afterCreateConsumer
- Specified by:
afterCreateConsumerin interfaceLoggingActiveMQServerPluginLogger
-
afterCloseConsumer
- Specified by:
afterCloseConsumerin interfaceLoggingActiveMQServerPluginLogger
-
afterCreateQueue
- Specified by:
afterCreateQueuein interfaceLoggingActiveMQServerPluginLogger
-
afterDestroyQueue
public void afterDestroyQueue(Queue queue, SimpleString address, SecurityAuth session, boolean checkConsumerCount, boolean removeConsumers, boolean autoDeleteAddress) - Specified by:
afterDestroyQueuein interfaceLoggingActiveMQServerPluginLogger
-
afterSend
- Specified by:
afterSendin interfaceLoggingActiveMQServerPluginLogger
-
afterMessageRoute
- Specified by:
afterMessageRoutein interfaceLoggingActiveMQServerPluginLogger
-
afterDeliverNoConsumer
- Specified by:
afterDeliverNoConsumerin interfaceLoggingActiveMQServerPluginLogger
-
afterDeliver
public void afterDeliver(String messageID, SimpleString queueAddress, SimpleString queueName, String consumerSessionID, long consumerID) - Specified by:
afterDeliverin interfaceLoggingActiveMQServerPluginLogger
-
messageExpired
- Specified by:
messageExpiredin interfaceLoggingActiveMQServerPluginLogger
-
messageAcknowledged
- Specified by:
messageAcknowledgedin interfaceLoggingActiveMQServerPluginLogger
-
afterDeployBridge
- Specified by:
afterDeployBridgein interfaceLoggingActiveMQServerPluginLogger
-
criticalFailure
- Specified by:
criticalFailurein interfaceLoggingActiveMQServerPluginLogger
-
onSendError
public void onSendError(String messageID, String sessionName, String sessionConnectionID, Exception e) - Specified by:
onSendErrorin interfaceLoggingActiveMQServerPluginLogger
-
onMessageRouteError
- Specified by:
onMessageRouteErrorin interfaceLoggingActiveMQServerPluginLogger
-
beforeCreateSession
public void beforeCreateSession(String name, String username, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String publicAddress) - Specified by:
beforeCreateSessionin interfaceLoggingActiveMQServerPluginLogger
-
beforeCloseSession
- Specified by:
beforeCloseSessionin interfaceLoggingActiveMQServerPluginLogger
-
beforeSessionMetadataAdded
public void beforeSessionMetadataAdded(String sessionName, ServerSession session, String key, String data) - Specified by:
beforeSessionMetadataAddedin interfaceLoggingActiveMQServerPluginLogger
-
afterSessionMetadataAddedDetails
public void afterSessionMetadataAddedDetails(String sessionName, ServerSession session, String key, String data) - Specified by:
afterSessionMetadataAddedDetailsin interfaceLoggingActiveMQServerPluginLogger
-
beforeCreateConsumer
public void beforeCreateConsumer(String consumerID, QueueBinding queueBinding, SimpleString filterString, boolean browseOnly, boolean supportLargeMessage) - Specified by:
beforeCreateConsumerin interfaceLoggingActiveMQServerPluginLogger
-
beforeCloseConsumer
- Specified by:
beforeCloseConsumerin interfaceLoggingActiveMQServerPluginLogger
-
beforeCreateQueue
- Specified by:
beforeCreateQueuein interfaceLoggingActiveMQServerPluginLogger
-
beforeDestroyQueue
public void beforeDestroyQueue(SimpleString queueName, SecurityAuth session, boolean checkConsumerCount, boolean removeConsumers, boolean autoDeleteAddress) - Specified by:
beforeDestroyQueuein interfaceLoggingActiveMQServerPluginLogger
-
beforeSend
public void beforeSend(Message message, Transaction tx, ServerSession session, boolean direct, boolean noAutoCreateQueue) - Specified by:
beforeSendin interfaceLoggingActiveMQServerPluginLogger
-
afterSendDetails
public void afterSendDetails(Message message, String result, Transaction tx, String sessionName, String connectionID, boolean direct, boolean noAutoCreateQueue) - Specified by:
afterSendDetailsin interfaceLoggingActiveMQServerPluginLogger
-
beforeMessageRoute
public void beforeMessageRoute(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) - Specified by:
beforeMessageRoutein interfaceLoggingActiveMQServerPluginLogger
-
afterMessageRouteDetails
public void afterMessageRouteDetails(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) - Specified by:
afterMessageRouteDetailsin interfaceLoggingActiveMQServerPluginLogger
-
beforeDeliver
- Specified by:
beforeDeliverin interfaceLoggingActiveMQServerPluginLogger
-
afterDeliverDetails
public void afterDeliverDetails(String messageID, SimpleString queueAddress, SimpleString queueName, String consumerSessionID, long consumerID, MessageReference reference, ServerConsumer consumer) - Specified by:
afterDeliverDetailsin interfaceLoggingActiveMQServerPluginLogger
-
messageAcknowledgedDetails
public void messageAcknowledgedDetails(String messageID, String sessionID, String consumerID, String queueName, String tx, AckReason reason) - Specified by:
messageAcknowledgedDetailsin interfaceLoggingActiveMQServerPluginLogger
-
beforeDeployBridge
- Specified by:
beforeDeployBridgein interfaceLoggingActiveMQServerPluginLogger
-
onSendErrorDetails
public void onSendErrorDetails(String messageID, Message message, String sessionName, Transaction tx, ServerSession session, boolean direct, boolean noAutoCreateQueue) - Specified by:
onSendErrorDetailsin interfaceLoggingActiveMQServerPluginLogger
-
onMessageRouteErrorDetails
public void onMessageRouteErrorDetails(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) - Specified by:
onMessageRouteErrorDetailsin interfaceLoggingActiveMQServerPluginLogger
-
rolledBackTransaction
- Specified by:
rolledBackTransactionin interfaceLoggingActiveMQServerPluginLogger
-