Enum AcknowledgeMode
public enum AcknowledgeMode
- Extension Methods
Fields
AUTO = 2
The container will issue the ack/nack based on whether the listener returns normally, or throws an exception.
MANUAL = 1
Manual acks - user must ack/nack via a channel aware listener.
NONE = 0
No acks