Skip to content

Commit

Permalink
Allow setting AMQP option "login"
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Oct 18, 2020
1 parent 6bbab59 commit 43c0577
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class Connection
'port',
'vhost',
'user',
'login',
'password',
'queues',
'exchange',
Expand Down Expand Up @@ -123,7 +124,7 @@ public function __construct(array $connectionOptions, array $exchangeOptions, ar
* * 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.
Expand Down

0 comments on commit 43c0577

Please sign in to comment.