MassTransit messages redelivers are ignored #384
Labels
bug
Something isn't working
priority: medium
Medium-priority items that should be tackled if there are no high priority items.
Milestone
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:
Currently the only way to redeliver message is to throw an exception, which clutters the logs.
The text was updated successfully, but these errors were encountered: