Skip to content

[Messenger] Add a description to the AMQP exchange arguments with example #15343

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
May 21, 2021
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
3 changes: 2 additions & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,8 @@ The transport has a number of options:
``queues[name][binding_arguments]`` Arguments to be used while binding the queue.
``queues[name][binding_keys]`` The binding keys (if any) to bind to this queue
``queues[name][flags]`` Queue flags ``AMQP_DURABLE``
``exchange[arguments]``
``exchange[arguments]`` Extra arguments for the exchange i.e.
alternate-exchange
``exchange[default_publish_routing_key]`` Routing key to use when publishing, if none is
specified on the message
``exchange[flags]`` Exchange flags ``AMQP_DURABLE``
Expand Down