Table of Contents

Enum AcknowledgeMode

Namespace
Steeltoe.Messaging.RabbitMQ.Core
Assembly
Steeltoe.Messaging.RabbitMQ.dll
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