Table of Contents

Enum DeliveryStatus

Namespace
CarrotMQ.Core.MessageProcessing.Delivery
Assembly
CarrotMQ.Core.dll

Represents the possible delivery statuses for a message processing result.

public enum DeliveryStatus

Fields

Ack = 0

The message was successfully processed and acknowledged.

Reject = 1

The message processing failed, and the message should be rejected.

If a deadLetter exchange has been configured on the queue, the message will be sent to that exchange

Retry = 2

The message processing encountered a transient issue, and the message should be retried.