java.lang.Object
org.apache.activemq.artemis.core.server.federation.FederatedAbstract
org.apache.activemq.artemis.core.server.federation.queue.FederatedQueue
All Implemented Interfaces:
Serializable, ActiveMQServerBasePlugin, ActiveMQServerConsumerPlugin

public class FederatedQueue extends FederatedAbstract implements ActiveMQServerConsumerPlugin, Serializable
Federated Queue, connect to upstream queues routing them to the local queue when a local consumer exist.

By default we connect to -1 the current consumer priority on the remote broker, so that if consumers also exist on the remote broker they a dispatched to first. This though is configurable to change this behaviour.

See Also: