-
Notifications
You must be signed in to change notification settings - Fork 4
MassTransit messages redelivers are ignored #384
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingpriority: mediumMedium-priority items that should be tackled if there are no high priority items.Medium-priority items that should be tackled if there are no high priority items.
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority: mediumMedium-priority items that should be tackled if there are no high priority items.Medium-priority items that should be tackled if there are no high priority items.