java.lang.Object
org.apache.activemq.artemis.core.server.federation.FederatedAbstract
org.apache.activemq.artemis.core.server.federation.address.FederatedAddress
All Implemented Interfaces:
Serializable, ActiveMQServerAddressPlugin, ActiveMQServerBasePlugin, ActiveMQServerBindingPlugin

Federated Address, replicate messages from the remote brokers address to itself.

Only when a queue exists on the local broker do we replicate, this is to avoid un-needed replication

All messages are replicated, this is on purpose so should a number queues exist with different filters we dont have have a consumer per queue filter.

See Also: