Skip to content

Commit 484c581

Browse files
Add new MessageDeduplicationId behavior to docs (#809)
1 parent a938003 commit 484c581

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/main/asciidoc/sqs.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ SendResult<String> result = template.send(to -> to.queue("myQueue")
246246
```
247247

248248
NOTE: To send messages to a Fifo queue, the options include `messageDeduplicationId` and `messageGroupId` properties.
249-
If either values are not provided, a random UUID is generated.
249+
If `messageGroupId` is not provided, a random UUID is generated by the framework.
250+
If `messageDeduplicationId` is not provided and content deduplication is disabled on AWS, a random UUID is generated.
250251
The generated values can be retrieved in the headers of the `Message` contained in the `SendResult` object.
251252

252253

0 commit comments

Comments
 (0)