Uses of Class
org.apache.activemq.broker.MutableBrokerFilter
Packages that use MutableBrokerFilter
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
Some utility Broker Plugins
-
Uses of MutableBrokerFilter in org.apache.activemq.broker
Subclasses of MutableBrokerFilter in org.apache.activemq.brokerModifier and TypeClassDescriptionclassA useful base class for implementing broker plugins.classInserts itself into the BrokerStackConstructors in org.apache.activemq.broker with parameters of type MutableBrokerFilter -
Uses of MutableBrokerFilter in org.apache.activemq.broker.util
Subclasses of MutableBrokerFilter 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.