Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MassTransit messages redelivers are ignored #384

Open
Dragemil opened this issue Mar 24, 2022 · 0 comments
Open

MassTransit messages redelivers are ignored #384

Dragemil opened this issue Mar 24, 2022 · 0 comments
Labels
bug Something isn't working priority: medium Medium-priority items that should be tackled if there are no high priority items.
Milestone

Comments

@Dragemil
Copy link
Contributor

Should one want to redeliver a MassTransit message in the future, because for example they'd like to solve a race issue, their redelivered message will be ignored, because this filter will suppress it. I mean redelivering in the handler via:

await context.Redeliver(TimeSpan.FromMinutes(1));
return;

Currently the only way to redeliver message is to throw an exception, which clutters the logs.

@Dragemil Dragemil added the bug Something isn't working label Mar 24, 2022
@jakubfijalkowski jakubfijalkowski modified the milestones: vNext, v7.1 Feb 20, 2023
@jakubfijalkowski jakubfijalkowski added the priority: medium Medium-priority items that should be tackled if there are no high priority items. label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: medium Medium-priority items that should be tackled if there are no high priority items.
Projects
None yet
Development

No branches or pull requests

2 participants