Skip to content

Commit 8139d77

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [Messenger] Clarify UnrecoverableMessageHandlingException message going to failure transport
2 parents e0d33aa + d482950 commit 8139d77

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

messenger.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,12 @@ and should not be retried. If you throw
10651065
:class:`Symfony\\Component\\Messenger\\Exception\\UnrecoverableMessageHandlingException`,
10661066
the message will not be retried.
10671067

1068+
.. note::
1069+
1070+
Messages that will not be retried, will still show up in the configured failure transport.
1071+
If you want to avoid that, consider handling the error yourself and let the handler
1072+
successfully end.
1073+
10681074
Forcing Retrying
10691075
~~~~~~~~~~~~~~~~
10701076

0 commit comments

Comments
 (0)