Package com.amazon.sqs.javamessaging.acknowledge
-
Interface Summary Interface Description Acknowledger -
Class Summary 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 partitionsNegativeAcknowledger Used to negative acknowledge of group of messages.RangedAcknowledger Used to acknowledge group of messages.SQSMessageIdentifier Identifies an SQS message, when (negative)acknowledging the messageUnorderedAcknowledger Used to acknowledge messages in any order one at a time. -
Enum Summary 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.