File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1195,8 +1195,18 @@ The transport has a number of options:
1195
1195
``exchange[flags] `` Exchange flags ``AMQP_DURABLE ``
1196
1196
``exchange[name] `` Name of the exchange
1197
1197
``exchange[type] `` Type of exchange ``fanout ``
1198
+ ``exchange[bindings] `` The source exchanges to bind this exchange to,
1199
+ keyed by the name. Binding direction: source
1200
+ exchange -> this exchange
1201
+ ``exchange[bindings][binding_keys] `` The binding/routing keys (if any) to be used for
1202
+ the binding
1203
+ ``exchange[bindings][binding_arguments] `` Additional binding arguments
1198
1204
============================================ ================================================= ===================================
1199
1205
1206
+ .. versionadded :: 6.1
1207
+
1208
+ The ``exchange[bindings] `` option was introduced in Symfony 6.1.
1209
+
1200
1210
.. versionadded :: 6.1
1201
1211
1202
1212
The ``connection_name `` option was introduced in Symfony 6.1.
You can’t perform that action at this time.
0 commit comments