You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #51756 [Messenger] RejectRedeliveredMessageException should not be retried (nikophil)
This PR was merged into the 6.4 branch.
Discussion
----------
[Messenger] RejectRedeliveredMessageException should not be retried
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| License | MIT
| Doc PR | I think it is not needed
Hello,
when a `RejectRedeliveredMessageException` is thrown once, it is actually retried because it does not implement `UnrecoverableExceptionInterface` but we know it will always because the stamp `AmqpReceivedStamp` will always be there
Commits
-------
67790f3 [Messenger] RejectRedeliveredMessageException should not be retried
0 commit comments