Client library for AWS SQS with support for large messages, up to 2GB. This is a Clojure wrapper for https://github.com/awslabs/amazon-sqs-java-extended-client-lib
another refactor in pursuit of #121. receive-loop is nearly side-effect free. next step is to re-write receive-test namespace to not need sqs-ext-client at all.
another refactor in pursuit of #121.
receive-loop
is nearly side-effect free. next step is to re-writereceive-test
namespace to not need sqs-ext-client at all.