Enum MessageAction
Defines the actions that can be taken for a message processed by the consumer.
Namespace: CodersRealm.NmsAmqpClient
Assembly: CodersRealm.NmsAmqpClient.dll
Syntax
public enum MessageAction
Fields
| Name | Description |
|---|---|
| Ack | Acknowledge that the message was processed successfully. |
| Commit | Commit the current transactional work related to the message. |
| Nack | Negative acknowledgement indicating the message was not processed and may be redelivered or moved to a dead-letter queue depending on configuration. |
| NoOp | No operation - take no action for the message. |
| Rollback | Roll back the current transactional work related to the message. |