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 @@ -1363,8 +1363,18 @@ The transport has a number of options:
1363
1363
``exchange[flags] `` Exchange flags ``AMQP_DURABLE ``
1364
1364
``exchange[name] `` Name of the exchange
1365
1365
``exchange[type] `` Type of exchange ``fanout ``
1366
+ ``exchange[bindings] `` The source exchanges to bind this exchange to,
1367
+ keyed by the name. Binding direction: source
1368
+ exchange -> this exchange
1369
+ ``exchange[bindings][binding_keys] `` The binding/routing keys (if any) to be used for
1370
+ the binding
1371
+ ``exchange[bindings][binding_arguments] `` Additional binding arguments
1366
1372
============================================ ================================================= ===================================
1367
1373
1374
+ .. versionadded :: 6.3
1375
+
1376
+ The ``exchange[bindings] `` option was introduced in Symfony 6.3.
1377
+
1368
1378
.. versionadded :: 6.1
1369
1379
1370
1380
The ``connection_name `` option was introduced in Symfony 6.1.
You can’t perform that action at this time.
0 commit comments