Class AMQPFederationCommandProcessor

  • All Implemented Interfaces:
    ProtonDeliveryHandler

    public class AMQPFederationCommandProcessor
    extends ProtonAbstractReceiver
    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.
    • Constructor Detail

      • AMQPFederationCommandProcessor

        public AMQPFederationCommandProcessor​(AMQPFederationTarget federation,
                                              AMQPSessionContext session,
                                              org.apache.qpid.proton.engine.Receiver receiver)
        Create the new federation command receiver
        Parameters:
        federation - The AMQP Federation instance that this command consumer resides in.
        session - The associated session for this federation command consumer.
        receiver - The proton Receiver that this command consumer reads from.