package amqp-client-async

  1. Overview
  2. Docs

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

type 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.

    *)
}
val init : nowait:Amqp_client_lib.Types.bit -> unit -> t
val request : (Framing.t * Framing.channel_no) -> t -> unit Thread.Deferred.t