SendMessageBatchResultEntry
Encloses a MessageId
for a successfully-enqueued message in a
SendMessageBatch.
Contents
- Id
-
An identifier for the message in this batch.
Type: String
Required: Yes
- MD5OfMessageBody
-
An MD5 digest of the non-URL-encoded message body string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321
. Type: String
Required: Yes
- MessageId
-
An identifier for the message.
Type: String
Required: Yes
- MD5OfMessageAttributes
-
An MD5 digest of the non-URL-encoded message attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321
. Type: String
Required: No
- MD5OfMessageSystemAttributes
-
An MD5 digest of the non-URL-encoded message system attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321
. Type: String
Required: No
- SequenceNumber
-
This parameter applies only to FIFO (first-in-first-out) queues.
The large, non-consecutive number that Amazon SQS assigns to each message.
The length of
SequenceNumber
is 128 bits. AsSequenceNumber
continues to increase for a particularMessageGroupId
.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: