| 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.
|
| AMQPFederationBaseSenderController |
A base class abstract SenderController implementation for use by federation address and
queue senders that provides some common functionality used between both.
|
| AMQPFederationConfiguration |
A configuration class that contains API for getting federation specific
configuration either from a Map of 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.
|
| AMQPFederationEventDispatcher |
Sender controller used to fire events from one side of an AMQP Federation connection
to the other side.
|
| AMQPFederationEventProcessor |
A specialized AMQP Receiver that handles events from a remote Federation connection such
as addition of addresses or queues where federation was requested but they did not exist
at the time and the federation consumer was rejected.
|
| 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.
|