rtp-sqs-producer
v0.1.0
Published
Sends messages through sqs
Downloads
4
Readme
rtp-sqs-producer
Very thin wrapper around amazon sqs. Provides little more than a friendly interface to publish messages to the sqs queue, and retry in case of failure. Currently doesn't support receiving, but only publishing.
Use
var producer = new (require('rtp-sqs-connector'))(config)
The module assumes that you have injected your amazon sqs credentials into process.env
.