A Seneca.js message transport over beanstalkd queues.
A transport module that uses beanstalkd as it's engine. It may also be used as an example on how to implement a transport plugin for Seneca.
- Version: 0.2.1
- Node: 4, 6
If you're using this module, and need help, you can:
- Post a github issue,
- Tweet to @senecajs,
- Ask on the Gitter.
If you are new to Seneca in general, please take a look at senecajs.org. We have everything from tutorials to sample apps to help get you up and running quickly.
Supports Seneca versions 1.x - 3.x
To install, simply use npm. Remember you will need to install Seneca.js if you haven't already.
npm install seneca
npm install seneca-beanstalk-transport
In order to use this transport, you need to have a beanstalkd daemon running. The deamon and instructions on how to install can be found on the beanstalkd install page.
To run tests, simply use npm:
npm run test
The Senecajs org encourages open participation. If you feel you can help in any way, be it with documentation, examples, extra testing, or new features please get in touch.
Copyright Richard Rodger and other contributors 2014-2016, Licensed under MIT.