Class AMQPFederationQueueSenderController

  • All Implemented Interfaces:
    SenderController

    public final class AMQPFederationQueueSenderController
    extends AMQPFederationBaseSenderController
    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.
    • Method Detail

      • init

        public org.apache.activemq.artemis.core.server.Consumer init​(ProtonServerSenderContext senderContext)
                                                              throws Exception
        Description copied from interface: SenderController
        Initialize sender controller state and handle open of AMQP sender resources
        Parameters:
        senderContext - The sender context that is requesting controller initialization.
        Returns:
        a server consumer that has been initialize by the controller.
        Throws:
        Exception - if an error occurs during initialization.