Uses of Package
org.apache.activemq.artemis.protocol.amqp.connect.federation
-
Packages that use org.apache.activemq.artemis.protocol.amqp.connect.federation Package Description org.apache.activemq.artemis.protocol.amqp.connect.federation -
Classes in org.apache.activemq.artemis.protocol.amqp.connect.federation used by org.apache.activemq.artemis.protocol.amqp.connect.federation Class Description AMQPFederation A single AMQP Federation instance that can be tied to an AMQP broker connection or used on a remote peer to control the reverse case of when the remote configures the target side of the connection.AMQPFederationAddressConsumer Consumer implementation for Federated Addresses that receives from a remote AMQP peer and forwards those messages onto the internal broker Address for consumption by an attached consumers.AMQPFederationConfiguration A configuration class that contains API for getting federation specific configuration either from aMapof configuration elements or from the connection associated with the federation instance, or possibly from a set default value.AMQPFederationConsumerConfiguration Configuration options applied to a consumer created from federation policies for address or queue federation.AMQPFederationQueueConsumer Consumer implementation for Federated Queues that receives from a remote AMQP peer and forwards those messages onto the internal broker Queue for consumption by an attached resource.AMQPFederationSource This is the initiating side of a broker federation that occurs over an AMQP broker connection.AMQPFederationTarget This is the receiving side of an AMQP broker federation that occurs over an inbound connection from a remote peer.