Package org.apache.activemq.broker
Interface BrokerPlugin
- All Known Implementing Classes:
AuthorizationPlugin,BrokerPluginSupport,ConnectionDotFilePlugin,DestinationDotFilePlugin,DestinationPathSeparatorBroker,DestinationsPlugin,DiscardingDLQBrokerPlugin,ForcePersistencyModeBrokerPlugin,JaasAuthenticationPlugin,JaasCertificateAuthenticationPlugin,JaasDualAuthenticationPlugin,LoggingBrokerPlugin,MulticastTraceBrokerPlugin,RedeliveryPlugin,SimpleAuthenticationPlugin,StatisticsBrokerPlugin,SubQueueSelectorCacheBrokerPlugin,TimeStampingBrokerPlugin,TraceBrokerPathPlugin,UDPTraceBrokerPlugin
public interface BrokerPlugin
Represents a plugin into a Broker
-
Method Summary
Modifier and TypeMethodDescriptioninstallPlugin(Broker broker) Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.
-
Method Details
-
installPlugin
Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.- Throws:
Exception
-