package amqp-client-lwt

  1. Overview
  2. Docs

Module Queue.PurgeSource

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

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

    Specifies the name of the queue to purge.

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

Innovation. Community. Security.