AMQP client object properties¶
Both the AmqpClient091
and the AmqpClient10
objects have the exact same properties:
URL: string // ex: amqp://amqp.myhost.com:5672 or amqps://amqp.myhost.com:5672
User: string // username if session must authenticate
Pass: string // password (but it's better to use PassFromSecret)
PassFromSecret: string // name of the secret to retrieve the password at runtime