Uses of Interface
org.apache.activemq.artemis.core.server.plugin.ActiveMQServerBasePlugin
Packages that use ActiveMQServerBasePlugin
Package
Description
-
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 ActiveMQServerBasePluginMethods in org.apache.activemq.artemis.core.config with parameters of type ActiveMQServerBasePluginModifier and TypeMethodDescriptionvoidConfiguration.registerBrokerPlugin(ActiveMQServerBasePlugin plugin) voidConfiguration.unRegisterBrokerPlugin(ActiveMQServerBasePlugin plugin) Method parameters in org.apache.activemq.artemis.core.config with type arguments of type ActiveMQServerBasePluginModifier and TypeMethodDescriptionvoidConfiguration.registerBrokerPlugins(List<ActiveMQServerBasePlugin> plugins) -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity
Subinterfaces of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.config.amqpBrokerConnectivityModifier and TypeInterfaceDescriptioninterfaceMarker interface for AMQP Federation broker plugins which allows for the decoupling of the actual AMQP federation broker plugin API as the AMQP protocol module may not always be present on the classpath for a broker install. -
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 ActiveMQServerBasePluginMethods in org.apache.activemq.artemis.core.config.impl with parameters of type ActiveMQServerBasePluginModifier and TypeMethodDescriptionvoidConfigurationImpl.addBrokerPlugin(ActiveMQServerBasePlugin type) voidConfigurationImpl.registerBrokerPlugin(ActiveMQServerBasePlugin plugin) voidConfigurationImpl.unRegisterBrokerPlugin(ActiveMQServerBasePlugin plugin) Method parameters in org.apache.activemq.artemis.core.config.impl with type arguments of type ActiveMQServerBasePluginModifier and TypeMethodDescriptionvoidConfigurationImpl.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 ActiveMQServerBasePluginMethods in org.apache.activemq.artemis.core.server with parameters of type ActiveMQServerBasePluginModifier and TypeMethodDescriptionvoidActiveMQServer.registerBrokerPlugin(ActiveMQServerBasePlugin plugin) voidActiveMQServer.unRegisterBrokerPlugin(ActiveMQServerBasePlugin plugin) Method parameters in org.apache.activemq.artemis.core.server with type arguments of type ActiveMQServerBasePluginModifier and TypeMethodDescriptionvoidActiveMQServer.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 -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.federation.address
Classes in org.apache.activemq.artemis.core.server.federation.address that implement ActiveMQServerBasePluginModifier and TypeClassDescriptionclassFederated 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 ActiveMQServerBasePluginModifier and TypeClassDescriptionclassFederated 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 ActiveMQServerBasePluginMethods in org.apache.activemq.artemis.core.server.impl with parameters of type ActiveMQServerBasePluginModifier and TypeMethodDescriptionvoidActiveMQServerImpl.registerBrokerPlugin(ActiveMQServerBasePlugin plugin) voidActiveMQServerImpl.unRegisterBrokerPlugin(ActiveMQServerBasePlugin plugin) Method parameters in org.apache.activemq.artemis.core.server.impl with type arguments of type ActiveMQServerBasePluginModifier and TypeMethodDescriptionvoidActiveMQServerImpl.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 ActiveMQServerBasePluginModifier and TypeInterfaceDescriptioninterfaceActiveMQPluginRunnable<P extends ActiveMQServerBasePlugin>Subinterfaces of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.pluginModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of ActiveMQServerBasePlugin in org.apache.activemq.artemis.core.server.plugin.impl
Classes in org.apache.activemq.artemis.core.server.plugin.impl that implement ActiveMQServerBasePluginModifier and TypeClassDescriptionclassclassclassplugin 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