

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# Amazon SQS 메시지 중복 제거 및 그룹화
<a name="best-practices-message-deduplication"></a>

이 주제에서는 Amazon SQS에서 일관된 메시지 처리를 보장하는 모범 사례를 제공합니다. 다음 기능의 사용 방법을 설명합니다.
+ FIFO 대기열에서 중복 메시지를 방지하는 [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)
+ 고유한 메시지 그룹 내에서 메시지 순서를 관리하는 [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)