Amazon::SQS::Simple::SendResponse - OO API for representing responses to messages sent to the Amazon
Contents
Introduction
Don't instantiate this class directly. Objects of this class are returned by SendMessage in
"Amazon::SQS::Simple::Queue". See Amazon::SQS::Simple::Queue for more details.
Methods
MessageId()
Get the message unique identifier
MD5OfMessageBody()
Get the MD5 checksum of the message body you sent
VerifyReceipt()
Perform verification of message receipt. Compares the MD5 checksum returned by the response object
with the expected checksum. Returns 1 if receipt is verified, undef otherwise.
Name
Amazon::SQS::Simple::SendResponse - OO API for representing responses to messages sent to the Amazon
Simple Queue Service.
