Class AMQP.Basic.Consume

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    AMQP.Basic

    public static class AMQP.Basic.Consume
    extends AbstractMarshallingMethod
    This method asks the server to start a "consumer", which is a transient request for messages from a specific queue. Consumers last as long as the channel they were declared on, or until the client cancels them.
    See Also:
    Serialized Form