Uses of Class
org.apache.activemq.broker.BrokerFilter
Packages that use BrokerFilter
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
The Message Scheduler for delayed (or scheduled) message delivery
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 BrokerFilter in org.apache.activemq.advisory
Subclasses of BrokerFilter in org.apache.activemq.advisoryModifier and TypeClassDescriptionclassThis broker filter handles tracking the state of the broker for purposes of publishing advisory messages to advisory consumers. -
Uses of BrokerFilter in org.apache.activemq.broker
Subclasses of BrokerFilter in org.apache.activemq.brokerModifier and TypeClassDescriptionclassUsed to add listeners for Broker actionsclassA useful base class for implementing broker plugins.classThis broker filter handles composite destinations.classInserts itself into the BrokerStackclassLike a BrokerFilter but it allows you to switch the getNext().broker.classThis broker filter handles the transaction related operations in the Broker interface.classThis broker filter will append the producer's user ID into the JMSXUserID header to allow folks to know reliably who the user was who produced a message. -
Uses of BrokerFilter in org.apache.activemq.broker.cluster
Subclasses of BrokerFilter in org.apache.activemq.broker.clusterModifier and TypeClassDescriptionclassMonitors for client connections that may fail to another broker - but this broker isn't aware they've gone. -
Uses of BrokerFilter in org.apache.activemq.broker.scheduler
Subclasses of BrokerFilter in org.apache.activemq.broker.scheduler -
Uses of BrokerFilter in org.apache.activemq.broker.util
Subclasses of BrokerFilter in org.apache.activemq.broker.utilModifier 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 BrokerFilter in org.apache.activemq.broker.view
Subclasses of BrokerFilter in org.apache.activemq.broker.viewModifier and TypeClassDescriptionclassclassclassUseful base class -
Uses of BrokerFilter in org.apache.activemq.plugin
Subclasses of BrokerFilter in org.apache.activemq.pluginModifier and TypeClassDescriptionclassclassA Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT.classA StatisticsBroker 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 ignoredclassA plugin which allows the caching of the selector from a subscription queue. -
Uses of BrokerFilter in org.apache.activemq.security
Subclasses of BrokerFilter in org.apache.activemq.securityModifier and TypeClassDescriptionclassclassVerifies if a authenticated user can do an operation against the broker using an authorization map.classLogs a user in using JAAS.classA JAAS Authentication Broker that uses SSL Certificates.classA JAAS Authentication Broker that uses different JAAS domain configurations depending if the connection is over an SSL enabled Connector or not.classHandles authenticating a users against a simple user name/password map.