moleculer-amqp
Task queue mixin for AMQP
Description
In order to divide RabbitMQ working queues and transport queues, this mixin was created. Also, it can be used with any moleculer transport you want.
Installation
$ npm install moleculer-amqp --save
Usage
Simple queue handler with validation
const amqpMixin = ; broker;
Test
$ npm test
In development with watching
$ npm run ci
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.