8000 Allow setting AMQP option "login" · symfony/symfony@8f12f96 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f12f96

Browse files
committed
Allow setting AMQP option "login"
1 parent 6bbab59 commit 8f12f96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Connection
3737
'port',
3838
'vhost',
3939
'user',
40+
'login',
4041
'password',
4142
'queues',
4243
'exchange',

0 commit comments

Comments
 (0)
0