0.1.0 • Published 9 years ago
rtp-sqs-producer v0.1.0
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
.
0.1.0
9 years ago