package amqp-client-lwt

  1. Overview
  2. Docs

Module Queue.UnbindSource

This method unbinds a queue from an exchange.

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

    Specifies the name of the queue to unbind.

    *)
  2. exchange : exchange_name;
    (*

    The name of the exchange to unbind from.

    *)
  3. routing_key : Amqp_client_lib.Types.shortstr;
    (*

    Specifies the routing key of the binding to unbind.

    *)
  4. arguments : Amqp_client_lib.Types.table;
    (*

    Specifies the arguments of the binding to unbind.

    *)
}
Sourceval init : queue:'a -> exchange:queue_name -> routing_key:exchange_name -> arguments:Amqp_client_lib.Types.shortstr -> unit -> Amqp_client_lib.Types.table -> t
OCaml

Innovation. Community. Security.