Class AMQP.Basic

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AMQP.Basic.Ack
      This method acknowledges one or more messages delivered via the Deliver or Get-Ok methods.
      static class  AMQP.Basic.BasicProperties  
      static class  AMQP.Basic.Cancel
      This method cancels a consumer.
      static class  AMQP.Basic.CancelOk
      This method confirms that the cancellation was completed.
      static class  AMQP.Basic.Consume
      This method asks the server to start a "consumer", which is a transient request for messages from a specific queue.
      static class  AMQP.Basic.ConsumeOk
      The server provides the client with a consumer tag, which is used by the client for methods called on the consumer at a later stage.
      static class  AMQP.Basic.Deliver
      This method delivers a message to the client, via a consumer.
      static class  AMQP.Basic.Get
      This method provides a direct access to the messages in a queue using a synchronous dialogue that is designed for specific types of application where synchronous functionality is more important than performance.
      static class  AMQP.Basic.GetEmpty
      This method tells the client that the queue has no messages available for the client.
      static class  AMQP.Basic.GetOk
      This method delivers a message to the client following a get method.
      static class  AMQP.Basic.Publish
      This method publishes a message to a specific exchange.
      static class  AMQP.Basic.Qos
      This method requests a specific quality of service.
      static class  AMQP.Basic.QosOk
      This method tells the client that the requested QoS levels could be handled by the server.
      static class  AMQP.Basic.Recover
      This method asks the server to redeliver all unacknowledged messages on a specified channel.
      static class  AMQP.Basic.RecoverAsync
      This method asks the server to redeliver all unacknowledged messages on a specified channel.
      static class  AMQP.Basic.RecoverOk
      This method acknowledges a Basic.Recover method.
      static class  AMQP.Basic.Reject
      This method allows a client to reject a message.
      static class  AMQP.Basic.Return
      This method returns an undeliverable message that was published with the "immediate" flag set, or an unroutable message published with the "mandatory" flag set.
    • Constructor Summary

      Constructors 
      Constructor Description
      Basic()