Class AMQPFederationAddressSenderController

  • All Implemented Interfaces:
    SenderController

    public final class AMQPFederationAddressSenderController
    extends AMQPFederationBaseSenderController
    SenderController used when an AMQP federation Address receiver is created and this side of the connection needs to create a matching sender. The address sender controller must check on initialization if the address exists and if not it should create it using the configuration values supplied in the link source properties that control the lifetime of the address once the link is closed.
    • 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.