Allow setting AMQP option "login"

This commit is contained in:
Dieter 2020-10-17 20:52:38 +02:00
parent 6bbab591c8
commit 43c05774ac

View File

@ -37,6 +37,7 @@ class Connection
'port',
'vhost',
'user',
'login',
'password',
'queues',
'exchange',
@ -123,7 +124,7 @@ class Connection
* * host: Hostname of the AMQP service
* * port: Port of the AMQP service
* * vhost: Virtual Host to use with the AMQP service
* * user: Username to use to connect the AMQP service
* * user|login: Username to use to connect the AMQP service
* * password: Password to use to connect to the AMQP service
* * read_timeout: Timeout in for income activity. Note: 0 or greater seconds. May be fractional.
* * write_timeout: Timeout in for outcome activity. Note: 0 or greater seconds. May be fractional.