AMQP Connector Guide > AMQP Connections > AMQP Connection Properties
  

AMQP Connection Properties

The following table defines the AMQP connection properties that you must configure in the Connection Properties section:
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
Optional. The password from the SASL exchange that occurs in the AMQP methods connection.secure and connection.secure-ok.
Virtual Host
Optional. 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 to which the underlying TCP connection is made.
Port
Optional. The port number to which the underlying TCP connection is made.
Default is 5672.
Use SSL
Determines whether to use the amqps:// protocol for the connection.
Default is No.
Query Parameters
Optional. 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.