Delete successfully processed Message
from Queue After the received Message is successfully processed, it should be promptly removed from the Queue
The receipHandle of the Message that must be deleted
Batch delete successfully processed Messages
from Queue This operation is not atomic. Some messages may be successfully deleted and some may fail.
List of Messages that must be deleted
DeleteMessageBatchRequestEntry fields include:
Successful Message receiptHandle list
The failed Message receiptHandle List and corresponding Exception.
The specific content of the MessageBatchErrorEntry type can be found in sendMessageBatch()