Skip to content

[Messenger] Fix typo in amqp option name user -> login #16749

New issue

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

Merged
merged 1 commit into from
May 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,7 @@ The transport has a number of options:
calls.
``host`` Hostname of the AMQP service
``key`` Path to the client key in PEM format.
``login`` Username to use to connect the AMQP service
``password`` Password to use to connect to the AMQP service
``persistent`` ``'false'``
``port`` Port of the AMQP service
Expand All @@ -1241,7 +1242,6 @@ The transport has a number of options:
greater seconds. May be fractional.
``retry``
``sasl_method``
``user`` Username to use to connect the AMQP service
``verify`` Enable or disable peer verification. If peer
verification is enabled then the common name in
the server certificate must match the server
Expand Down