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 50199c2 commit aaae7fcCopy full SHA for aaae7fc
messenger.rst
@@ -1461,8 +1461,13 @@ The transport has a number of options:
1461
Name of the exchange to be used for the delayed/retried messages
1462
1463
``queues``
1464
- Configuration for the queues. May be set to ``false`` or ``[]`` neither
1465
- any own queues nor the default ``messages`` queue shall be created.
+ Configuration for the queues. May be set to ``false`` or ``[]`` if neither
+ custom queues nor the default ``messages`` queue should be created.
1466
+
1467
+ .. versionadded:: 8.1
1468
1469
+ The ability to set ``queues`` to ``false`` to skip binding the default
1470
+ ``messages`` queue was introduced in Symfony 8.1.
1471
1472
``queues[name][arguments]``
1473
Extra arguments
0 commit comments