A (very basic) SQS Clone

This app is a very basic message queuing service. It works over HTTP so I guess it can be said it's a poor-man's try at building an SQS clone.
It supports the following methods:

When you retrieve a message from a given queue, the following set of headers will be included in the response:

If you want to auto-acknowledge a message as soon as you get it, pass the argument ack=true on the request URL, e.g.: GET /queue_name&ack=true. This way you won't have to later delete the message.

Although I have no plans to charge for the service, you can always leave a tip: