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 @@ -1195,8 +1195,18 @@ The transport has a number of options:
11951195``exchange[flags] `` Exchange flags ``AMQP_DURABLE ``
11961196``exchange[name] `` Name of the exchange
11971197``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
11981204============================================ ================================================= ===================================
11991205
1206+ .. versionadded :: 6.1
1207+
1208+ The ``exchange[bindings] `` option was introduced in Symfony 6.1.
1209+
12001210.. versionadded :: 6.1
12011211
12021212 The ``connection_name `` option was introduced in Symfony 6.1.
You can’t perform that action at this time.
0 commit comments