Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5cd1966

Browse files
committed
[Messenger] Add AMQP exchange to exchange binding reference
1 parentfe8449d commit5cd1966

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎messenger.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,8 +1215,18 @@ The transport has a number of options:
12151215
``exchange[flags]`` Exchange flags ``AMQP_DURABLE``
12161216
``exchange[name]`` Name of the exchange
12171217
``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
12181224
============================================ ================================================= ===================================
12191225

1226+
..versionadded::6.1
1227+
1228+
The ``exchange[bindings]`` option was introduced in Symfony 6.1.
1229+
12201230
..versionadded::6.1
12211231

12221232
The ``connection_name`` option was introduced in Symfony 6.1.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp