Motiva-AI / clj-sqs-extended

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
MIT License
3 stars 0 forks source link

Added some user-friendly queue access wrappers to the tests #12

Closed ghost closed 4 years ago

ghost commented 4 years ago

Within the tests "with-standard-queue" and "with-fifo-queue " can now be used to gain easy access to a fresh test queue of the corresponding type without having to create and bind those locally before.

The SQS client still gets created once via the use-fixtures functionality.