Skip to content

Commit ebf629c

Browse files
committed
[Messenger] Add AMQP exchange to exchange binding reference
1 parent fd334dd commit ebf629c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

messenger.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,8 +1195,18 @@ The transport has a number of options:
11951195
``exchange[flags]`` Exchange flags ``AMQP_DURABLE``
11961196
``exchange[name]`` Name of the exchange
11971197
``exchange[type]`` Type of exchange ``fanout``
1198+
``exchange[bindings]`` The source exchanges to bind this exchange to,
1199+
keyed by the name. Binding direction: source
1200+
exchange -> this exchange
1201+
``exchange[bindings][binding_keys]`` The binding/routing keys (if any) to be used for
1202+
the binding
1203+
``exchange[bindings][binding_arguments]`` Additional binding arguments
11981204
============================================ ================================================= ===================================
11991205

1206+
.. versionadded:: 6.1
1207+
1208+
The ``exchange[bindings]`` option was introduced in Symfony 6.1.
1209+
12001210
.. versionadded:: 6.1
12011211

12021212
The ``connection_name`` option was introduced in Symfony 6.1.

0 commit comments

Comments
 (0)