Save This Page
Home » activemq-parent-5.3.1-source-release » org.apache » activemq » broker » [javadoc | source]
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
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.