Amazon-SQS-Client
view release on metacpan or search on metacpan
lib/Amazon/SQS/Client.pm view on Meta::CPAN
See C<Amazon::SQS::Model::ChangeMessageVisibilityRequest> for valid arguments.
=back
=head2 deleteMessage
deleteMessage( request )
The C<DeleteMessage> action unconditionally removes the specified message
from the specified queue. Even if the message is locked by another
reader due to the visibility timeout setting, it is still deleted from
the queue.
Returns an C<Amazon::SQS::Model::DeleteMessageResponse> object.
Throws an C<Amazon::SQS::Exception>. Use eval to catch it.
See L</http://docs.amazonwebservices.com/AWSSimpleQueueService/2009-02-01/SQSDeveloperGuide/Query_QueryDeleteMessage.html>
=over 5
( run in 0.550 second using v1.01-cache-2.11-cpan-49f99fa48dc )