Uses of Interface
org.apache.activemq.broker.BrokerPlugin
-
Packages that use BrokerPlugin Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.broker.view Broker Plugins for visualising the current systemorg.apache.activemq.partition org.apache.activemq.plugin org.apache.activemq.plugin.java org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation.org.apache.activemq.shiro -
-
Uses of BrokerPlugin in org.apache.activemq.broker
Classes in org.apache.activemq.broker that implement BrokerPlugin Modifier and Type Class Description class
BrokerPluginSupport
A useful base class for implementing broker plugins.Methods in org.apache.activemq.broker that return BrokerPlugin Modifier and Type Method Description BrokerPlugin[]
BrokerService. getPlugins()
Methods in org.apache.activemq.broker with parameters of type BrokerPlugin Modifier and Type Method Description void
BrokerService. 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 BrokerPlugin Modifier and Type Class Description class
DestinationPathSeparatorBroker
class
DestinationsPlugin
A simple plugin that can be used to export/import runtime destinations.class
LoggingBrokerPlugin
A simple Broker intercepter which allows you to enable/disable logging.class
MulticastTraceBrokerPlugin
A Broker interceptor which allows you to trace all operations to a Multicast socket.class
RedeliveryPlugin
Replace 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.class
TimeStampingBrokerPlugin
A Broker interceptor which updates a JMS Client's timestamp on the message with a broker timestamp.class
TraceBrokerPathPlugin
The TraceBrokerPathPlugin can be used in a network of Brokers.class
UDPTraceBrokerPlugin
A 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 Modifier and Type Class Description class
ConnectionDotFilePlugin
A DOT file creator plugin which creates a DOT file showing the current connectionsclass
DestinationDotFilePlugin
A DOT file creator plugin which creates a DOT file showing the current topic & queue hierarchies. -
Uses of BrokerPlugin in org.apache.activemq.partition
Classes in org.apache.activemq.partition that implement BrokerPlugin Modifier and Type Class Description class
PartitionBrokerPlugin
A BrokerPlugin which partitions client connections over a cluster of brokers.class
ZooKeeperPartitionBrokerPlugin
A PartitionBrokerPlugin which gets it's configuration from ZooKeeper. -
Uses of BrokerPlugin in org.apache.activemq.plugin
Classes in org.apache.activemq.plugin that implement BrokerPlugin Modifier and Type Class Description class
DiscardingDLQBrokerPlugin
class
ForcePersistencyModeBrokerPlugin
A Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT.class
RuntimeConfigurationPlugin
Broker plugin that will monitor the broker xml configuration for changes and selectively apply those changes to the running broker.class
StatisticsBrokerPlugin
A 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.class
SubQueueSelectorCacheBrokerPlugin
A plugin which allows the caching of the selector from a subscription queue. -
Uses of BrokerPlugin in org.apache.activemq.plugin.java
Classes in org.apache.activemq.plugin.java that implement BrokerPlugin Modifier and Type Class Description class
JavaRuntimeConfigurationPlugin
-
Uses of BrokerPlugin in org.apache.activemq.security
Classes in org.apache.activemq.security that implement BrokerPlugin Modifier and Type Class Description class
AuthorizationPlugin
An authorization plugin where each operation on a destination is checked against an authorizationMapclass
JaasAuthenticationPlugin
Adds a JAAS based authentication security pluginclass
JaasCertificateAuthenticationPlugin
A JAAS based SSL certificate authentication plugin.class
JaasDualAuthenticationPlugin
A JAAS based SSL certificate authentication plugin.class
SimpleAuthenticationPlugin
A simple authentication plugin -
Uses of BrokerPlugin in org.apache.activemq.shiro
Classes in org.apache.activemq.shiro that implement BrokerPlugin Modifier and Type Class Description class
ShiroPlugin
-