Skip to content

Commit a4ca8e2

Browse files
committed
minor #16440 [Messenger] Fix typo in amqp config example (tugmaks)
This PR was merged into the 5.3 branch. Discussion ---------- [Messenger] Fix typo in amqp config example Commits ------- ba95e8c Fix typo in amqp messenger
2 parents c0787c7 + ba95e8c commit a4ca8e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,8 +1125,8 @@ The transport has a number of options:
11251125
============================================ ================================================= ===================================
11261126
Option Description Default
11271127
============================================ ================================================= ===================================
1128-
``auto_setup`` Whether the table should be created ``true``
1129-
automatically during send / get.
1128+
``auto_setup`` Whether the exchanges and queues should be ``true``
1129+
created automatically during send / get.
11301130
``cacert`` Path to the CA cert file in PEM format.
11311131
``cert`` Path to the client certificate in PEM format.
11321132
``channel_max`` Specifies highest channel number that the server

0 commit comments

Comments
 (0)