Enum AcknowledgeMode
Namespace: Steeltoe.Messaging.RabbitMQ.Core
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public enum AcknowledgeMode : int
Fields
Name | Description |
---|---|
AUTO | The container will issue the ack/nack based on whether the listener returns normally, or throws an exception. |
MANUAL | Manual acks - user must ack/nack via a channel aware listener. |
NONE | No acks |