We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d02e0c commit c15467eCopy full SHA for c15467e
messenger.rst
@@ -1645,11 +1645,15 @@ The transport has a number of options:
1645
Exchange flags
1646
1647
``exchange[name]``
1648
- Name of the exchange
+ Name of the exchange, an empty string can be used to use the default exchange
1649
1650
``exchange[type]`` (default: ``fanout``)
1651
Type of exchange
1652
1653
+.. versionadded:: 7.3
1654
+
1655
+ Empty string support for ``exchange[name]`` was introduced in Symfony 7.3.
1656
1657
You can also configure AMQP-specific settings on your message by adding
1658
:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpStamp` to
1659
your Envelope::
0 commit comments