package amqp-client-lwt

  1. Overview
  2. Docs

Module Basic.RecoverSource

This method asks the server to redeliver all unacknowledged messages on a specified channel. Zero or more messages may be redelivered. This method replaces the asynchronous Recover.

Sourcetype t = {
  1. requeue : Amqp_client_lib.Types.bit;
    (*

    If this field is zero, the message will be redelivered to the original recipient. If this bit is 1, the server will attempt to requeue the message, potentially then delivering it to an alternative subscriber.

    *)
}
Sourceval init : requeue:Amqp_client_lib.Types.bit -> unit -> t
OCaml

Innovation. Community. Security.