Skip Menu |

This queue is for tickets about the Amazon-SQS-Simple CPAN distribution.

Report information
The Basics
Id: 121965
Status: new
Priority: 0/
Queue: Amazon-SQS-Simple

People
Owner: Nobody in particular
Requestors: KES [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Timeout while receiving messages
You module has major issue. When I just ->ReceiveMessage, in scalar context I will be forced in timeout for next messages. Because ->ReceiveMessage by default fetch all messages the SQS will hold all of them until delete. If they are not deleted they will be accessable after some timeout. So ->ReceiveMessage in scalar context will allow to process one message and hold remaining TODO: setup appropriate options to fetch only one message from SQS when sub is called in scalar context