

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# Amazon SQS 消息重复数据删除和分组
<a name="best-practices-message-deduplication"></a>

本主题提供了可确保在 Amazon SQS 中实现一致消息处理的最佳实践，并说明了如何使用：
+ [https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html#API_SendMessage_RequestSyntax](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html#API_SendMessage_RequestSyntax) 防止 FIFO 队列中出现重复消息。
+ [https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html) 管理不同消息组内的消息排序。

****主题****
+ [避免 Amazon SQS 中出现不一致的消息处理](avoiding-inconsistent-message-processing.md)
+ [使用消息重复数据删除 ID](using-messagededuplicationid-property.md)
+ [使用消息组 ID](using-messagegroupid-property.md)
+ [使用接收请求尝试 ID](using-receiverequestattemptid-request-parameter.md)