| Interface | Description |
|---|---|
| Acknowledger |
| Class | Description |
|---|---|
| AutoAcknowledger |
Used by session to automatically acknowledge a client's receipt of a message
either when the session has successfully returned from a call to receive or
when the message listener the session has called to process the message
successfully returns.
|
| BulkSQSOperation |
This is used by different acknowledgers that requires partitioning of the
list, and execute actions on the partitions
|
| NegativeAcknowledger |
Used to negative acknowledge of group of messages.
|
| RangedAcknowledger |
Used to acknowledge group of messages.
|
| SQSMessageIdentifier |
Identifies an SQS message, when (negative)acknowledging the message
|
| UnorderedAcknowledger |
Used to acknowledge messages in any order one at a time.
|
| Enum | Description |
|---|---|
| AcknowledgeMode |
Specifies the different possible modes of acknowledgment:
In ACK_AUTO mode, every time the user receives a message, it is
acknowledged automatically.
|