0.0.1 • Published 9 years ago

node-architect-consumer v0.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

Node Architect Consumer

Build Status

Coverage Status

This module is exposed as an Architect plugin.

Wraps the sqs-consumer module and provides it as a service.

You can start and stop the worker by calling services.consumer.workers0.start/stop()

Calling services.consumer.workers0.handleMessage(message, done) will trigger a fake message to go through the system (useful for testing).

npm install

To run tests

npm test