Skip to content

Commit 50ab8f0

Browse files
committed
minor #14797 [Messenger] Deprecated the prefetch_count option (javiereguiluz)
This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [Messenger] Deprecated the prefetch_count option Fixes #14770. Commits ------- 89d3122 [Messenger] Deprecated the prefetch_count option
2 parents d848edd + 89d3122 commit 50ab8f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

messenger.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,11 @@ The transport has a number of options:
10141014
``exchange[type]`` Type of exchange ``fanout``
10151015
============================================ ================================================= ===================================
10161016

1017+
.. deprecated:: 5.3
1018+
1019+
The ``prefetch_count`` option was deprecated in Symfony 5.3 because it has
1020+
no effect on the AMQP Messenger transport.
1021+
10171022
You can also configure AMQP-specific settings on your message by adding
10181023
:class:`Symfony\\Component\\Messenger\\Bridge\\Amqp\\Transport\\AmqpStamp` to
10191024
your Envelope::

0 commit comments

Comments
 (0)