Skip to content

Commit b481c58

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: [Messenger] Add AMQP exchange to exchange binding reference
2 parents f8703b0 + 11cf0d7 commit b481c58

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
@@ -1424,6 +1424,16 @@ The transport has a number of options:
14241424
``exchange[type]`` (default: ``fanout``)
14251425
Type of exchange
14261426

1427+
``exchange[bindings]``
1428+
The source exchanges to bind this exchange to, keyed by the name.
1429+
Binding direction: source exchange -> this exchange
1430+
1431+
``exchange[bindings][binding_keys]``
1432+
The binding/routing keys to be used for the binding
1433+
1434+
``exchange[bindings][binding_arguments]``
1435+
Additional binding arguments
1436+
14271437
You can also configure AMQP-specific settings on your message by adding
14281438
:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpStamp` to
14291439
your Envelope::

0 commit comments

Comments
 (0)