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 = 0The message was successfully processed and acknowledged.
Reject = 1The 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 = 2The message processing encountered a transient issue, and the message should be retried.