Uses of Interface
org.apache.activemq.artemis.core.server.plugin.ActiveMQServerBasePlugin
-
-
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return types with arguments of type ActiveMQServerBasePlugin Modifier and Type Method Description List<ActiveMQServerBasePlugin>Configuration. getBrokerPlugins()Methods in org.apache.activemq.artemis.core.config with parameters of type ActiveMQServerBasePlugin Modifier and Type Method Description voidConfiguration. registerBrokerPlugin(ActiveMQServerBasePlugin plugin)voidConfiguration. unRegisterBrokerPlugin(ActiveMQServerBasePlugin plugin)Method parameters in org.apache.activemq.artemis.core.config with type arguments of type ActiveMQServerBasePlugin Modifier and Type Method Description voidConfiguration. registerBrokerPlugins(List<ActiveMQServerBasePlugin> plugins) -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.config.impl
Methods in org.apache.activemq.artemis.core.config.impl that return types with arguments of type ActiveMQServerBasePlugin Modifier and Type Method Description List<ActiveMQServerBasePlugin>ConfigurationImpl. getBrokerPlugins()Methods in org.apache.activemq.artemis.core.config.impl with parameters of type ActiveMQServerBasePlugin Modifier and Type Method Description voidConfigurationImpl. registerBrokerPlugin(ActiveMQServerBasePlugin plugin)voidConfigurationImpl. unRegisterBrokerPlugin(ActiveMQServerBasePlugin plugin)Method parameters in org.apache.activemq.artemis.core.config.impl with type arguments of type ActiveMQServerBasePlugin Modifier and Type Method Description voidConfigurationImpl. registerBrokerPlugins(List<ActiveMQServerBasePlugin> plugins) -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return types with arguments of type ActiveMQServerBasePlugin Modifier and Type Method Description List<ActiveMQServerBasePlugin>ActiveMQServer. getBrokerPlugins()Methods in org.apache.activemq.artemis.core.server with parameters of type ActiveMQServerBasePlugin Modifier and Type Method Description voidActiveMQServer. registerBrokerPlugin(ActiveMQServerBasePlugin plugin)voidActiveMQServer. unRegisterBrokerPlugin(ActiveMQServerBasePlugin plugin)Method parameters in org.apache.activemq.artemis.core.server with type arguments of type ActiveMQServerBasePlugin Modifier and Type Method Description voidActiveMQServer. registerBrokerPlugins(List<ActiveMQServerBasePlugin> plugins) -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.federation
Classes in org.apache.activemq.artemis.core.server.federation that implement ActiveMQServerBasePlugin Modifier and Type Class Description classFederatedAbstract -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.federation.address
Classes in org.apache.activemq.artemis.core.server.federation.address that implement ActiveMQServerBasePlugin Modifier and Type Class Description classFederatedAddressFederated Address, replicate messages from the remote brokers address to itself. -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.federation.queue
Classes in org.apache.activemq.artemis.core.server.federation.queue that implement ActiveMQServerBasePlugin Modifier and Type Class Description classFederatedQueueFederated Queue, connect to upstream queues routing them to the local queue when a local consumer exist. -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type ActiveMQServerBasePlugin Modifier and Type Method Description List<ActiveMQServerBasePlugin>ActiveMQServerImpl. getBrokerPlugins()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQServerBasePlugin Modifier and Type Method Description voidActiveMQServerImpl. registerBrokerPlugin(ActiveMQServerBasePlugin plugin)voidActiveMQServerImpl. unRegisterBrokerPlugin(ActiveMQServerBasePlugin plugin)Method parameters in org.apache.activemq.artemis.core.server.impl with type arguments of type ActiveMQServerBasePlugin Modifier and Type Method Description voidActiveMQServerImpl. registerBrokerPlugins(List<ActiveMQServerBasePlugin> plugins) -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.plugin
Classes in org.apache.activemq.artemis.core.server.plugin with type parameters of type ActiveMQServerBasePlugin Modifier and Type Interface Description interfaceActiveMQPluginRunnable<P extends ActiveMQServerBasePlugin>Subinterfaces of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.plugin Modifier and Type Interface Description interfaceActiveMQServerAddressPlugininterfaceActiveMQServerBindingPlugininterfaceActiveMQServerBridgePlugininterfaceActiveMQServerConnectionPlugininterfaceActiveMQServerConsumerPlugininterfaceActiveMQServerCriticalPlugininterfaceActiveMQServerFederationPlugininterfaceActiveMQServerMessagePlugininterfaceActiveMQServerPlugininterfaceActiveMQServerQueuePlugininterfaceActiveMQServerResourcePlugininterfaceActiveMQServerSessionPlugin -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.plugin.impl
Classes in org.apache.activemq.artemis.core.server.plugin.impl that implement ActiveMQServerBasePlugin 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
-