ISQSSendMessageResponse
Interface in AWS.SQS
Interface for SendMessage responses.
Ancestors
Properties
MD5OfMessageAttributes
property MD5OfMessageAttributes: string
An MD5 digest of the non-URL-encoded message attribute string.
This attribute can be used to verify that Amazon SQS received the message attributes correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. This field is only present if message attributes were included in the request.
MD5OfMessageBody
property MD5OfMessageBody: string
An MD5 digest of the non-URL-encoded message body string.
This attribute can be used to verify that Amazon SQS received the message body correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For more information about MD5, see RFC1321.
MD5OfMessageSystemAttributes
property MD5OfMessageSystemAttributes: string
An MD5 digest of the non-URL-encoded message system attribute string.
This attribute can be used to verify that Amazon SQS received the message system attributes correctly. Amazon SQS URL-decodes the / message before creating the MD5 digest. This field is only present if message system attributes were included in the request.
MessageId
property MessageId: string
The unique identifier assigned to the message by Amazon SQS.
Each message receives a unique MessageId when it is sent to a queue. This identifier can be used to correlate the message with application logic or for debugging purposes. For more information about queue and message identifiers, see the Amazon SQS Developer Guide.
SequenceNumber
property SequenceNumber: string
The large, non-consecutive number assigned to each message in FIFO queues.
This parameter applies only to FIFO (first-in-first-out) queues. The sequence number is 128 bits in length and continues to increase for each particular MessageGroupId. Sequence numbers provide a way to identify the relative order of messages within a message group, though they are not consecutive.