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 transit/json formatting and (de)serialization helpers. #11
Messages can now be sent and received with JSON and Transit (default) encoded bodies. There's also an option left to send raw messages without converting the body payload.
Updated the existing tests accordingly and added new tests for the (de)serialization helpers.
Messages can now be sent and received with JSON and Transit (default) encoded bodies. There's also an option left to send raw messages without converting the body payload.
Updated the existing tests accordingly and added new tests for the (de)serialization helpers.