Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1666,6 +1666,20 @@ The transport has a number of options:
``exchange[type]`` (default: ``fanout``)
Type of exchange

``exchange[bindings]``
The source exchanges to bind this exchange to, keyed by the name.
Binding direction: source exchange -> this exchange

``exchange[bindings][binding_keys]``
The binding/routing keys to be used for the binding

``exchange[bindings][binding_arguments]``
Additional binding arguments

.. versionadded:: 7.4

The ``exchange[bindings]`` option was introduced in Symfony 7.4.

.. versionadded:: 7.3

Empty string support for ``exchange[name]`` was introduced in Symfony 7.3.
Expand Down