Class MutableBrokerFilter

java.lang.Object
org.apache.activemq.broker.BrokerFilter
org.apache.activemq.broker.MutableBrokerFilter
All Implemented Interfaces:
Broker, Region, org.apache.activemq.Service
Direct Known Subclasses:
BrokerPluginSupport, InsertableMutableBrokerFilter

public class MutableBrokerFilter extends BrokerFilter
Like a BrokerFilter but it allows you to switch the getNext().broker. This has more overhead than a BrokerFilter since access to the getNext().broker has to synchronized since it is mutable