package amqp-client-lwt

  1. Overview
  2. Docs

Module Confirm.SelectSource

This method sets the channel to use publisher acknowledgements. The client can only use this method on a non-transactional channel.

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

    If set, the server will not respond to the method. The client should not wait for a reply method. If the server could not complete the method it will raise a channel or connection exception.

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