Skip to content

Commit 61b4ca8

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Messenger] Fix typo in option name user->login
2 parents fbb9159 + 6febf20 commit 61b4ca8

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
@@ -1148,14 +1148,14 @@ The transport has a number of options:
11481148
calls.
11491149
``host`` Hostname of the AMQP service
11501150
``key`` Path to the client key in PEM format.
1151+
``login`` Username to use to connect the AMQP service
11511152
``password`` Password to use to connect to the AMQP service
11521153
``persistent`` ``'false'``
11531154
``port`` Port of the AMQP service
11541155
``read_timeout`` Timeout in for income activity. Note: 0 or
11551156
greater seconds. May be fractional.
11561157
``retry``
11571158
``sasl_method``
1158-
``user`` Username to use to connect the AMQP service
11591159
``verify`` Enable or disable peer verification. If peer
11601160
verification is enabled then the common name in
11611161
the server certificate must match the server

0 commit comments

Comments
 (0)