Skip to content

Commit 7bdd5e6

Browse files
committed
[Messenger] Add AMQP exchange to exchange binding reference
1 parent dc15ca3 commit 7bdd5e6

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
@@ -1205,8 +1205,18 @@ The transport has a number of options:
12051205
``exchange[flags]`` Exchange flags ``AMQP_DURABLE``
12061206
``exchange[name]`` Name of the exchange
12071207
``exchange[type]`` Type of exchange ``fanout``
1208+
``exchange[bindings]`` The source exchanges to bind this exchange to,
1209+
keyed by the name. Binding direction: source
1210+
exchange -> this exchange
1211+
``exchange[bindings][binding_keys]`` The binding/routing keys (if any) to be used for
1212+
the binding
1213+
``exchange[bindings][binding_arguments]`` Additional binding arguments
12081214
============================================ ================================================= ===================================
12091215

1216+
.. versionadded:: 6.1
1217+
1218+
The ``exchange[bindings]`` option was introduced in Symfony 6.1.
1219+
12101220
.. versionadded:: 6.1
12111221

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

0 commit comments

Comments
 (0)