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 @@ -1215,8 +1215,18 @@ The transport has a number of options:
1215
1215
``exchange[flags] `` Exchange flags ``AMQP_DURABLE ``
1216
1216
``exchange[name] `` Name of the exchange
1217
1217
``exchange[type] `` Type of exchange ``fanout ``
1218
+ ``exchange[bindings] `` The source exchanges to bind this exchange to,
1219
+ keyed by the name. Binding direction: source
1220
+ exchange -> this exchange
1221
+ ``exchange[bindings][binding_keys] `` The binding/routing keys (if any) to be used for
1222
+ the binding
1223
+ ``exchange[bindings][binding_arguments] `` Additional binding arguments
1218
1224
============================================ ================================================= ===================================
1219
1225
1226
+ .. versionadded :: 6.1
1227
+
1228
+ The ``exchange[bindings] `` option was introduced in Symfony 6.1.
1229
+
1220
1230
.. versionadded :: 6.1
1221
1231
1222
1232
The ``connection_name `` option was introduced in Symfony 6.1.
You can’t perform that action at this time.
0 commit comments