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
Restarting the receive loop upon error might not help in some situations. Non-critical errors should be logged and critical errors should be logged and result in ending the loop instead. There might be an even better way to be discovered here.
After the modification new tests which cause various internal errors should of course be added.
Restarting the receive loop upon error might not help in some situations. Non-critical errors should be logged and critical errors should be logged and result in ending the loop instead. There might be an even better way to be discovered here.
After the modification new tests which cause various internal errors should of course be added.