package amqp-client-lwt

  1. Overview
  2. Docs

This method removes all messages from a queue which are not awaiting acknowledgment.

type t = {
  1. queue : queue_name;
    (*

    Specifies the name of the queue to purge.

    *)
  2. no_wait : no_wait;
}
val init : queue:'a -> no_wait:queue_name -> unit -> no_wait -> t