Skip to content

Commit d482950

Browse files
committed
minor #19449 [Messenger] Clarify UnrecoverableMessageHandlingException message going to failure transport (stefandoorn)
This PR was squashed before being merged into the 7.0 branch. Discussion ---------- [Messenger] Clarify UnrecoverableMessageHandlingException message going to failure transport Related to this issue / question: symfony/symfony#53561 Commits ------- 617249b [Messenger] Clarify UnrecoverableMessageHandlingException message going to failure transport
2 parents ae214fb + 617249b commit d482950

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

messenger.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,12 @@ and should not be retried. If you throw
10441044
:class:`Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException`,
10451045
the message will not be retried.
10461046

1047+
.. note::
1048+
1049+
Messages that will not be retried, will still show up in the configured failure transport.
1050+
If you want to avoid that, consider handling the error yourself and let the handler
1051+
successfully end.
1052+
10471053
Forcing Retrying
10481054
~~~~~~~~~~~~~~~~
10491055

0 commit comments

Comments
 (0)