Skip to content

Commit 57b7b39

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Messenger] Remove duplicated AMQP transport option
2 parents 2b5fc72 + 78a6c77 commit 57b7b39

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

messenger.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -993,15 +993,12 @@ The transport has a number of options:
993993
``cert`` Path to the client certificate in PEM format.
994994
``channel_max`` Specifies highest channel number that the server
995995
permits. 0 means standard extension limit
996-
``confirm_timeout`` Timeout in seconds for confirmation, if none
997-
specified transport will not wait for message
996+
``confirm_timeout`` Timeout in seconds for confirmation; if none
997+
specified, transport will not wait for message
998998
confirmation. Note: 0 or greater seconds. May be
999999
fractional.
10001000
``connect_timeout`` Connection timeout. Note: 0 or greater seconds.
10011001
May be fractional.
1002-
``confirm_timeout`` Number of seconds to wait for message sending
1003-
confirmation. If not specified, transport won't
1004-
wait for confirmation. May be fractional.
10051002
``frame_max`` The largest frame size that the server proposes
10061003
for the connection, including frame header and
10071004
end-byte. 0 means standard extension limit

0 commit comments

Comments
 (0)