We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8703b0 + 11cf0d7 commit b481c58Copy full SHA for b481c58
messenger.rst
@@ -1424,6 +1424,16 @@ The transport has a number of options:
1424
``exchange[type]`` (default: ``fanout``)
1425
Type of exchange
1426
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
1437
You can also configure AMQP-specific settings on your message by adding
1438
:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpStamp` to
1439
your Envelope::
0 commit comments