Uses of Interface
org.apache.activemq.artemis.core.server.plugin.ActiveMQServerQueuePlugin
-
-
Uses of ActiveMQServerQueuePlugin in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return types with arguments of type ActiveMQServerQueuePlugin Modifier and Type Method Description List<ActiveMQServerQueuePlugin>Configuration. getBrokerQueuePlugins() -
Uses of ActiveMQServerQueuePlugin in org.apache.activemq.artemis.core.config.impl
Methods in org.apache.activemq.artemis.core.config.impl that return types with arguments of type ActiveMQServerQueuePlugin Modifier and Type Method Description List<ActiveMQServerQueuePlugin>ConfigurationImpl. getBrokerQueuePlugins() -
Uses of ActiveMQServerQueuePlugin in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return types with arguments of type ActiveMQServerQueuePlugin Modifier and Type Method Description List<ActiveMQServerQueuePlugin>ActiveMQServer. getBrokerQueuePlugins()Method parameters in org.apache.activemq.artemis.core.server with type arguments of type ActiveMQServerQueuePlugin Modifier and Type Method Description voidActiveMQServer. callBrokerQueuePlugins(ActiveMQPluginRunnable<ActiveMQServerQueuePlugin> pluginRun) -
Uses of ActiveMQServerQueuePlugin in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type ActiveMQServerQueuePlugin Modifier and Type Method Description List<ActiveMQServerQueuePlugin>ActiveMQServerImpl. getBrokerQueuePlugins()Method parameters in org.apache.activemq.artemis.core.server.impl with type arguments of type ActiveMQServerQueuePlugin Modifier and Type Method Description voidActiveMQServerImpl. callBrokerQueuePlugins(ActiveMQPluginRunnable<ActiveMQServerQueuePlugin> pluginRun) -
Uses of ActiveMQServerQueuePlugin in org.apache.activemq.artemis.core.server.plugin
Subinterfaces of ActiveMQServerQueuePlugin in org.apache.activemq.artemis.core.server.plugin Modifier and Type Interface Description interfaceActiveMQServerPlugin -
Uses of ActiveMQServerQueuePlugin in org.apache.activemq.artemis.core.server.plugin.impl
Classes in org.apache.activemq.artemis.core.server.plugin.impl that implement ActiveMQServerQueuePlugin Modifier and Type Class Description classBrokerMessageAuthorizationPluginclassLoggingActiveMQServerPluginplugin 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 expiredclassNotificationActiveMQServerPlugin
-