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:
1205
1205
``exchange[flags] `` Exchange flags ``AMQP_DURABLE ``
1206
1206
``exchange[name] `` Name of the exchange
1207
1207
``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
1208
1214
============================================ ================================================= ===================================
1209
1215
1216
+ .. versionadded :: 6.1
1217
+
1218
+ The ``exchange[bindings] `` option was introduced in Symfony 6.1.
1219
+
1210
1220
.. versionadded :: 6.1
1211
1221
1212
1222
The ``connection_name `` option was introduced in Symfony 6.1.
You can’t perform that action at this time.
0 commit comments