File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1666,6 +1666,20 @@ The transport has a number of options:
1666
1666
``exchange[type] `` (default: ``fanout ``)
1667
1667
Type of exchange
1668
1668
1669
+ ``exchange[bindings] ``
1670
+ The source exchanges to bind this exchange to, keyed by the name.
1671
+ Binding direction: source exchange -> this exchange
1672
+
1673
+ ``exchange[bindings][binding_keys] ``
1674
+ The binding/routing keys (if any) to be used for the binding
1675
+
1676
+ ``exchange[bindings][binding_arguments] ``
1677
+ Additional binding arguments
1678
+
1679
+ .. versionadded :: 7.4
1680
+
1681
+ The ``exchange[bindings] `` option was introduced in Symfony 7.4.
1682
+
1669
1683
.. versionadded :: 7.3
1670
1684
1671
1685
Empty string support for ``exchange[name] `` was introduced in Symfony 7.3.
You can’t perform that action at this time.
0 commit comments