Package org.apache.activemq.artemis.core.server.plugin.impl
-
Interface Summary Interface Description LoggingActiveMQServerPluginLogger Logger Code 84 each message id must be 6 digits long starting with 84, the 3rd digit donates the level so INF0 1 WARN 2 DEBUG 3 ERROR 4 TRACE 5 FATAL 6 so an INFO message would be 841000 to 841999 -
Class Summary Class Description BrokerMessageAuthorizationPlugin LoggingActiveMQServerPlugin plugin to log various events within the broker, configured with the following booleans LOG_CONNECTION_EVENTS - connections creation/destroy LOG_SESSION_EVENTS - sessions creation/close LOG_CONSUMER_EVENTS - consumers creation/close LOG_DELIVERING_EVENTS - messages delivered to consumer, acked by consumer LOG_SENDING_EVENTS - messaged is sent, message is routed LOG_INTERNAL_EVENTS - critical failures, bridge deployments, queue creation/destroyed, message expiredLoggingActiveMQServerPluginLogger_$logger Warning this class consists of generated code.NotificationActiveMQServerPlugin