| 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.
|
| AMQPFederationAddressPolicyManager |
The AMQP Federation implementation of an federation address policy manager.
|
| AMQPFederationAddressSenderController |
SenderController used when an AMQP federation Address receiver is created
and this side of the connection needs to create a matching sender.
|
| AMQPFederationCommandDispatcher |
A SenderController implementation used by the AMQP federation control link
to encode and send federation policies or other commands to the remote side of the
AMQP federation instance.
|
| AMQPFederationCommandProcessor |
A specialized AMQP Receiver that handles commands from a remote Federation connection such
as handling incoming policies that should be applied to local addresses and queues.
|
| 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.
|
| AMQPFederationConstants |
Constants class for values used in the AMQP Federation implementation.
|
| AMQPFederationConsumerConfiguration |
Configuration options applied to a consumer created from federation policies
for address or queue federation.
|
| AMQPFederationPolicySupport |
Tools used when loading AMQP Broker connections configuration that includes Federation
configuration.
|
| 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.
|
| AMQPFederationQueuePolicyManager |
The AMQP Federation implementation of an federation queue policy manager.
|
| AMQPFederationQueueSenderController |
SenderController used when an AMQP federation Queue receiver is created
and this side of the connection needs to create a matching sender.
|
| 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.
|