Table of Contents

Interface IDeadLetterTransport

Namespace
MassTransit.Transports
Assembly
MassTransit.Abstractions.dll

If present, can be used to move the ReceiveContext to the dead letter queue

public interface IDeadLetterTransport

Methods

Send(ReceiveContext, string)

Writes the message to the dead letter queue, adding the reason as a transport header

Task Send(ReceiveContext context, string reason)

Parameters

context ReceiveContext
reason string

Returns

Task