package amqp-client-async

  1. Overview
  2. Docs

Module Connection.OpenSource

This method opens a connection to a virtual host, which is a collection of resources, and acts to separate multiple application domains within a server. The server may apply arbitrary limits per virtual host, such as the number of each type of entity that may be used, per connection and/or in total.

Sourcetype t = {
  1. virtual_host : path;
    (*

    The name of the virtual host to work with.

    *)
}
Sourceval init : virtual_host:path -> unit -> 'a -> 'b -> t
OCaml

Innovation. Community. Security.