large-sqs
v3.0.1
Published
Use larger messages with AWS SQS queue and MongoDb
Downloads
3
Maintainers
Readme
LargeSQS
This lib helps to send larger messages to AWS SQS queue.
The maximum size of SQS message is 256 bytes, so this lib will receave your larger payload, store in mongoDB collection and send to SQL only mongodb id. This way you can have big messages in your application.