File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1205,8 +1205,18 @@ The transport has a number of options:
12051205``exchange[flags] `` Exchange flags ``AMQP_DURABLE ``
12061206``exchange[name] `` Name of the exchange
12071207``exchange[type] `` Type of exchange ``fanout ``
1208+ ``exchange[bindings] `` The source exchanges to bind this exchange to,
1209+ keyed by the name. Binding direction: source
1210+ exchange -> this exchange
1211+ ``exchange[bindings][binding_keys] `` The binding/routing keys (if any) to be used for
1212+ the binding
1213+ ``exchange[bindings][binding_arguments] `` Additional binding arguments
12081214============================================ ================================================= ===================================
12091215
1216+ .. versionadded :: 6.1
1217+
1218+ The ``exchange[bindings] `` option was introduced in Symfony 6.1.
1219+
12101220.. versionadded :: 6.1
12111221
12121222 The ``connection_name `` option was introduced in Symfony 6.1.
You can’t perform that action at this time.
0 commit comments