Skip to content

Commit

Permalink
[Messenger] Add AMQP exchange to exchange binding reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Samik081 committed May 4, 2022
1 parent fd334dd commit ebf629c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1195,8 +1195,18 @@ The transport has a number of options:
``exchange[flags]`` Exchange flags ``AMQP_DURABLE``
``exchange[name]`` Name of the exchange
``exchange[type]`` Type of exchange ``fanout``
``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 (if any) to be used for
the binding
``exchange[bindings][binding_arguments]`` Additional binding arguments
============================================ ================================================= ===================================

.. versionadded:: 6.1

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

.. versionadded:: 6.1

The ``connection_name`` option was introduced in Symfony 6.1.
Expand Down

0 comments on commit ebf629c

Please sign in to comment.