org.apache.activemq.broker
public interface: BrokerPlugin [javadoc |
source]
All Known Implementing Classes:
AuthorizationPlugin, JaasAuthenticationPlugin, DestinationDotFilePlugin, DiscardingDLQBrokerPlugin, StatisticsBrokerPlugin, MulticastTraceBrokerPlugin, ConnectionDotFilePlugin, LoggingBrokerPlugin, ForcePersistencyModeBrokerPlugin, JaasCertificateAuthenticationPlugin, TraceBrokerPathPlugin, TimeStampingBrokerPlugin, BrokerPluginSupport, SimpleAuthenticationPlugin, UDPTraceBrokerPlugin
Represents a plugin into a Broker
- version:
$ - Revision: 564271 $
| Method from org.apache.activemq.broker.BrokerPlugin Summary: |
|---|
|
installPlugin |
| Method from org.apache.activemq.broker.BrokerPlugin Detail: |
public Broker installPlugin(Broker broker) throws Exception
Installs the plugin into the interceptor chain of the broker, returning the new
intercepted broker to use. |