Uses of Interface
org.apache.activemq.artemis.core.server.plugin.ActiveMQServerConsumerPlugin
Packages that use ActiveMQServerConsumerPlugin
Package
Description
-
Uses of ActiveMQServerConsumerPlugin in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return types with arguments of type ActiveMQServerConsumerPlugin -
Uses of ActiveMQServerConsumerPlugin in org.apache.activemq.artemis.core.config.impl
Methods in org.apache.activemq.artemis.core.config.impl that return types with arguments of type ActiveMQServerConsumerPlugin -
Uses of ActiveMQServerConsumerPlugin in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return types with arguments of type ActiveMQServerConsumerPluginMethod parameters in org.apache.activemq.artemis.core.server with type arguments of type ActiveMQServerConsumerPluginModifier and TypeMethodDescriptionvoidActiveMQServer.callBrokerConsumerPlugins(ActiveMQPluginRunnable<ActiveMQServerConsumerPlugin> pluginRun) -
Uses of ActiveMQServerConsumerPlugin in org.apache.activemq.artemis.core.server.federation.queue
Classes in org.apache.activemq.artemis.core.server.federation.queue that implement ActiveMQServerConsumerPluginModifier and TypeClassDescriptionclassFederated Queue, connect to upstream queues routing them to the local queue when a local consumer exist. -
Uses of ActiveMQServerConsumerPlugin in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type ActiveMQServerConsumerPluginMethod parameters in org.apache.activemq.artemis.core.server.impl with type arguments of type ActiveMQServerConsumerPluginModifier and TypeMethodDescriptionvoidActiveMQServerImpl.callBrokerConsumerPlugins(ActiveMQPluginRunnable<ActiveMQServerConsumerPlugin> pluginRun) -
Uses of ActiveMQServerConsumerPlugin in org.apache.activemq.artemis.core.server.plugin
Subinterfaces of ActiveMQServerConsumerPlugin in org.apache.activemq.artemis.core.server.plugin -
Uses of ActiveMQServerConsumerPlugin in org.apache.activemq.artemis.core.server.plugin.impl
Classes in org.apache.activemq.artemis.core.server.plugin.impl that implement ActiveMQServerConsumerPluginModifier and TypeClassDescriptionclassclassplugin to log various events within the broker, configured with the following booleans:LOG_CONNECTION_EVENTS- connections creation/destroyLOG_SESSION_EVENTS- sessions creation/closeLOG_CONSUMER_EVENTS- consumers creation/closeLOG_DELIVERING_EVENTS- messages delivered to consumer, acked by consumerLOG_SENDING_EVENTS- messaged is sent, message is routedLOG_INTERNAL_EVENTS- critical failures, bridge deployments, queue creation/destroyed, message expiredclass