Skip to content

Commit 4b2b009

Browse files
committed
minor #17553 [Messenger] Add config option arguments for amqp delay queues (Thomas Beaujean)
This PR was submitted for the 7.1 branch but it was merged into the 7.4 branch instead. Discussion ---------- [Messenger] Add config option `arguments` for amqp delay queues Hi, this PR to allow to add extra arguments to the amqp delay queues that are automatically created. * symfony/symfony#48603 Commits ------- 3a25bc0 [Messenger] Add config option 'arguments' for amqp delay queues
2 parents 696b6ef + 3a25bc0 commit 4b2b009

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

messenger.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,6 +1810,13 @@ The transport has a number of options:
18101810
``delay[exchange_name]`` (default: ``delays``)
18111811
Name of the exchange to be used for the delayed/retried messages
18121812

1813+
``delay[arguments]`` (default: ``[]``)
1814+
Extra arguments for the delays queues
1815+
1816+
.. versionadded:: 7.1
1817+
1818+
The ``delay[arguments]`` option was introduced in Symfony 7.1.
1819+
18131820
``queues[name][arguments]``
18141821
Extra arguments
18151822

0 commit comments

Comments
 (0)