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 Type
    Method
    Description
    Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.
  • Method Details

    • installPlugin

      Broker installPlugin(Broker broker) throws Exception
      Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.
      Throws:
      Exception