Skip to content
Merged
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
6 changes: 5 additions & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1645,11 +1645,15 @@ The transport has a number of options:
Exchange flags

``exchange[name]``
Name of the exchange
Name of the exchange, an empty string can be used to use the default exchange

``exchange[type]`` (default: ``fanout``)
Type of exchange

.. versionadded:: 7.3

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

You can also configure AMQP-specific settings on your message by adding
:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpStamp` to
your Envelope::
Expand Down