Skip to main content
Version: 3.2

Queue Connection Properties

Refer to the following table for available Queue Connection properties:

PropertyDescriptionDefault
queue.hostRabbitMQ server name or cluster domain
queue.portRabbitMQ messaging port8063
queue.usernameRabbitMQ user. This should be a user with administrative privileges that can create users, queues, and exchanges.
queue.passwordRabbitMQ user password
queue.connectionTimeoutRabbitMQ connection timeout, in seconds20
queue.ssl.enabledEnable TLS for messaging protocoltrue
queue.ssl.key-storeThe keystore file location containing the alias used to encrypt messages
queue.ssl.key-store- passwordThe keystore alias password
queue.ssl.key-store-typeThe keystore type (PKCS12 recommended)PKCS12
queue.ssl.protocolProtocol version for queue SSL connection (TLSv1, TLSv1.1, TLSv1.2, TLSv1.3)TLSv1.2