node-architect-consumer
v0.0.1
Published
Node Architect Consumer ====================
Readme
Node Architect Consumer
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.workers[0].start/stop()
Calling services.consumer.workers[0].handleMessage(message, done) will trigger a fake message to go through the system (useful for testing).
npm installTo run tests
npm test