Property | Description |
|---|---|
User Name | Optional. The user name from the SASL exchange that occurs in the AMQP methods connection.secure and connection.secure-ok. |
Password | The password from the SASL exchange that occurs in the AMQP methods connection.secure and connection.secure-ok. |
Virtual Host | The virtual host (or vhost) that specifies the namespace for the entities (exchanges and queues) and partitions message broker data into distinct sets to which the AMQP protocol refers. |
Host | Required. The host for the underlying TCP connection. For a connection that uses a single host, enter the host name in the Host field and the port number in the Port field. To enable high availability, enter a comma-separated list of host:port pairs to fail over to the next available host automatically when the first host is unavailable. For example, use the following format: <host1>:<port1>,<host2>:<port2>,<host3>:<port3> |
Port | The port number used to communicate with the AMQP server. This field is applicable only for a connection that uses a single host. Default is 5672. |
Use SSL | Determines whether to use the amqps:// protocol for the connection. Default is No. |
Query Parameters | Specify other parameters that define how to connect to servers, if required by the AMQP client. For example, the standard URI query syntax might be used to provide additional information for the client to successfully connect. |