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:
16661666``exchange[type] `` (default: ``fanout ``)
16671667 Type of exchange
16681668
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+
16691683.. versionadded :: 7.3
16701684
16711685 Empty string support for ``exchange[name] `` was introduced in Symfony 7.3.
You can’t perform that action at this time.
0 commit comments