Skip to content

MassTransit messages redelivers are ignored #384

@Dragemil

Description

@Dragemil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority: mediumMedium-priority items that should be tackled if there are no high priority items.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions