Skip to content

Commit 1ebd353

Browse files
committed
[Messenger] Add AMQP exchange to exchange binding reference
1 parent 3bdfc18 commit 1ebd353

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

messenger.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1363,8 +1363,18 @@ The transport has a number of options:
13631363
``exchange[flags]`` Exchange flags ``AMQP_DURABLE``
13641364
``exchange[name]`` Name of the exchange
13651365
``exchange[type]`` Type of exchange ``fanout``
1366+
``exchange[bindings]`` The source exchanges to bind this exchange to,
1367+
keyed by the name. Binding direction: source
1368+
exchange -> this exchange
1369+
``exchange[bindings][binding_keys]`` The binding/routing keys (if any) to be used for
1370+
the binding
1371+
``exchange[bindings][binding_arguments]`` Additional binding arguments
13661372
============================================ ================================================= ===================================
13671373

1374+
.. versionadded:: 6.3
1375+
1376+
The ``exchange[bindings]`` option was introduced in Symfony 6.3.
1377+
13681378
.. versionadded:: 6.1
13691379

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

0 commit comments

Comments
 (0)