I am working on a project using aws sqs, i want to use content based deduplication for fifo queues but i couldnt find in the documentation if sqs considers message attributes and message system attributes as "Content" or no.
Asked
Active
Viewed 100 times
2
-
1Message attributes are not included in the hash calculation. See it more here https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html – Kumar Ashutosh Nov 03 '22 at 11:20
1 Answers
1
after a search, and trying duplicating messages with different message system attributes, i found that indeed :
sqs does consider message attributes and message system attributes as "Content"

oubaydos
- 194
- 1
- 13