0.1.0 • Published 8 years ago

rtp-sqs-producer v0.1.0

Weekly downloads
1
License
-
Repository
-
Last release
8 years ago

rtp-sqs-producer Build Status

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.