Class PartitionBroker

  • All Implemented Interfaces:
    Broker, Region, org.apache.activemq.Service
    Direct Known Subclasses:
    ZooKeeperPartitionBroker

    public class PartitionBroker
    extends BrokerFilter
    A BrokerFilter which partitions client connections over a cluster of brokers. It can use a client identifier like client id, authenticated user name, source ip address or even destination being used by the connection to figure out which is the best broker in the cluster that the connection should be using and then redirects failover clients to that broker.