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.
AUTHOR
Copyright 2007-2008 Simon Whitaker <[email protected]> Copyright 2013 Mike (no relation) Whitaker <[email protected]>This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.