Class AMQPFederationQueueSenderController

java.lang.Object
org.apache.activemq.artemis.protocol.amqp.connect.federation.AMQPFederationSenderController
org.apache.activemq.artemis.protocol.amqp.connect.federation.AMQPFederationQueueSenderController
All Implemented Interfaces:
SenderController

public final class AMQPFederationQueueSenderController extends AMQPFederationSenderController
SenderController used when an AMQP federation Queue receiver is created and this side of the connection needs to create a matching sender. The attach of the sender should only succeed if there is a local matching queue, otherwise the link should be closed with an error indicating that the matching resource is not present on this peer.