Package com.amazon.sqs.javamessaging.acknowledge
package com.amazon.sqs.javamessaging.acknowledge
-
ClassDescriptionSpecifies the different possible modes of acknowledgment: In ACK_AUTO mode, every time the user receives a message, it is acknowledged automatically.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.This is used by different acknowledgers that requires partitioning of the list, and execute actions on the partitionsUsed to negative acknowledge of group of messages.Used to acknowledge group of messages.Identifies an SQS message, when (negative)acknowledging the messageUsed to acknowledge messages in any order one at a time.