Include message IDs when sending message batches.
This commit is contained in:
parent
030a791d69
commit
dfb8a419e7
|
@ -84,6 +84,7 @@ public class DirectoryQueue {
|
|||
|
||||
return new SendMessageBatchRequestEntry()
|
||||
.withMessageBody("-")
|
||||
.withId(UUID.randomUUID().toString())
|
||||
.withMessageDeduplicationId(UUID.randomUUID().toString())
|
||||
.withMessageGroupId(account.getNumber())
|
||||
.withMessageAttributes(Map.of(
|
||||
|
|
Loading…
Reference in New Issue