8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony version(s) affected: 5.1
Description Since #34925
User Deprecated: Since symfony/messenger 5.1: Invalid option(s) "login" passed to the AMQP Messenger transport. Passing invalid options is deprecated.
But login is a valid option that being used by \AMQPConnection::__construct, see also
\AMQPConnection::__construct
symfony/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php
Line 191 in 8a7c776
The text was updated successfully, but these errors were encountered:
bug #38612 [Messenger/Amqp] Allow setting option "login" in DSN (W0rma)
bbb220c
This PR was merged into the 5.1 branch. Discussion ---------- [Messenger/Amqp] Allow setting option "login" in DSN | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #37618 | License | MIT | Doc PR | Commits ------- 43c0577 Allow setting AMQP option "login"
Successfully merging a pull request may close this issue.
Symfony version(s) affected: 5.1
Description
Since #34925
But login is a valid option that being used by
\AMQPConnection::__construct
, see alsosymfony/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php
Line 191 in 8a7c776
The text was updated successfully, but these errors were encountered: