Class AMQP.Connection.Open

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    AMQP.Connection

    public static class AMQP.Connection.Open
    extends AbstractMarshallingMethod
    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.
    See Also:
    Serialized Form