We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a938003 commit 484c581Copy full SHA for 484c581
docs/src/main/asciidoc/sqs.adoc
@@ -246,7 +246,8 @@ SendResult<String> result = template.send(to -> to.queue("myQueue")
246
```
247
248
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.
+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.
251
The generated values can be retrieved in the headers of the `Message` contained in the `SendResult` object.
252
253
0 commit comments