Enum InboxMessageStatus
Represents the lifecycle state of a persisted inbox message.
Namespace: Chapar.Core.Inbox
Assembly: Chapar.Core.dll
Syntax
public enum InboxMessageStatus
Fields
| Name | Description |
|---|---|
| Failed | Message processing failed, but the message is still eligible for retry. |
| Poisoned | Message permanently failed after all retry attempts were exhausted. |
| Processed | Message has been processed successfully. No further retries should occur. |
| Reserved | Message has been reserved by a consumer and processing is currently in progress. |