bandalore icon indicating copy to clipboard operation
bandalore copied to clipboard

A Clojure client library for Amazon's Simple Queue Service (SQS)

Results 3 bandalore issues
Sort by recently updated
recently updated
newest added

Amazon has added a PurgeQueue method to its SQS API, and I think it would be useful for this library to support it (see https://aws.amazon.com/about-aws/whats-new/2014/12/08/delete-all-messages-in-an-amazon-sqs-queue/). To do so, it would...

I noticed that as of date only bandalore 0.0.2 (or below) supports the Singapore zone. You might want to mention this in the README.

Includes batch operations, controlling visibility on a per-message basis, and more: http://aws.amazon.com/releasenotes/0444621911291406 Patches welcome.