Uses of Interface
org.apache.activemq.broker.BrokerPlugin
Packages that use BrokerPlugin
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
Some utility Broker Plugins
Broker Plugins for visualising the current system
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
-
Uses of BrokerPlugin in org.apache.activemq.broker
Classes in org.apache.activemq.broker that implement BrokerPluginModifier and TypeClassDescriptionclassA useful base class for implementing broker plugins.Methods in org.apache.activemq.broker that return BrokerPluginMethods in org.apache.activemq.broker with parameters of type BrokerPluginModifier and TypeMethodDescriptionvoidBrokerService.setPlugins(BrokerPlugin[] plugins) Sets a number of broker plugins to install such as for security authentication or authorization -
Uses of BrokerPlugin in org.apache.activemq.broker.util
Classes in org.apache.activemq.broker.util that implement BrokerPluginModifier and TypeClassDescriptionclassclassA simple plugin that can be used to export/import runtime destinations.classA simple Broker intercepter which allows you to enable/disable logging.classA Broker interceptor which allows you to trace all operations to a Multicast socket.classReplace regular DLQ handling with redelivery via a resend to the original destination after a delay A destination matching RedeliveryPolicy controls the quantity and delay for re-sends If there is no matching policy or an existing policy limit is exceeded by default regular DLQ processing resumes.classA Broker interceptor which updates a JMS Client's timestamp on the message with a broker timestamp.classThe TraceBrokerPathPlugin can be used in a network of Brokers.classA Broker interceptor which allows you to trace all operations to a UDP socket. -
Uses of BrokerPlugin in org.apache.activemq.broker.view
Classes in org.apache.activemq.broker.view that implement BrokerPlugin -
Uses of BrokerPlugin in org.apache.activemq.plugin
Classes in org.apache.activemq.plugin that implement BrokerPluginModifier and TypeClassDescriptionclassclassA Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT.classA StatisticsBrokerPlugin You can retrieve a Map Message for a Destination - or Broker containing statistics as key-value pairs The message must contain a replyTo Destination - else its ignored To retrieve stats on the broker send a empty message to ActiveMQ.Statistics.Broker (Queue or Topic) With a replyTo set to the destination you want the stats returned to.classA plugin which allows the caching of the selector from a subscription queue. -
Uses of BrokerPlugin in org.apache.activemq.security
Classes in org.apache.activemq.security that implement BrokerPluginModifier and TypeClassDescriptionclassAn authorization plugin where each operation on a destination is checked against an authorizationMapclassAdds a JAAS based authentication security pluginclassA JAAS based SSL certificate authentication plugin.classA JAAS based SSL certificate authentication plugin.classA simple authentication plugin