Skip to content

Commit 70cecf1

Browse files
committed
minor #15343 [Messenger] Add a description to the AMQP exchange arguments with example (Stefan Grootscholten)
This PR was merged into the 5.2 branch. Discussion ---------- [Messenger] Add a description to the AMQP exchange arguments with example It took me some time to configure an alternate-exchange. Just figured to append the documentation so others can find it there. Commits ------- 82c2108 Adds a description to the exchange arguments
2 parents 3a5ed80 + 82c2108 commit 70cecf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

messenger.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,8 @@ The transport has a number of options:
10231023
``queues[name][binding_arguments]`` Arguments to be used while binding the queue.
10241024
``queues[name][binding_keys]`` The binding keys (if any) to bind to this queue
10251025
``queues[name][flags]`` Queue flags ``AMQP_DURABLE``
1026-
``exchange[arguments]``
1026+
``exchange[arguments]`` Extra arguments for the exchange i.e.
1027+
alternate-exchange
10271028
``exchange[default_publish_routing_key]`` Routing key to use when publishing, if none is
10281029
specified on the message
10291030
``exchange[flags]`` Exchange flags ``AMQP_DURABLE``

0 commit comments

Comments
 (0)