Skip to content

[Messenger] Fix typo in amqp config example #16440

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
Jan 24, 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
4 changes: 2 additions & 2 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1125,8 +1125,8 @@ The transport has a number of options:
============================================ ================================================= ===================================
Option Description Default
============================================ ================================================= ===================================
``auto_setup`` Whether the table should be created ``true``
automatically during send / get.
``auto_setup`` Whether the exchanges and queues should be ``true``
created automatically during send / get.
``cacert`` Path to the CA cert file in PEM format.
``cert`` Path to the client certificate in PEM format.
``channel_max`` Specifies highest channel number that the server
Expand Down