Skip to content

Commit 6febf20

Browse files
committed
minor #16749 [Messenger] Fix typo in amqp option name user -> login (Kozzi11)
This PR was merged into the 5.4 branch. Discussion ---------- [Messenger] Fix typo in amqp option name user -> login This will fix #15566 Commits ------- 89ecc0a [Messenger] Fix typo in option name user->login
2 parents 8e434a7 + 89ecc0a commit 6febf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,7 @@ The transport has a number of options:
12391239
calls.
12401240
``host`` Hostname of the AMQP service
12411241
``key`` Path to the client key in PEM format.
1242+
``login`` Username to use to connect the AMQP service
12421243
``password`` Password to use to connect to the AMQP service
12431244
``persistent`` ``'false'``
12441245
``port`` Port of the AMQP service
@@ -1247,7 +1248,6 @@ The transport has a number of options:
12471248
greater seconds. May be fractional.
12481249
``retry``
12491250
``sasl_method``
1250-
``user`` Username to use to connect the AMQP service
12511251
``verify`` Enable or disable peer verification. If peer
12521252
verification is enabled then the common name in
12531253
the server certificate must match the server

0 commit comments

Comments
 (0)