1.0.2 • Published 2 years ago
@mnn-o/node-red-rabbitmq v1.0.2
source
This repo is a fork from @breshinas/node-red-contrib-amqp
The nodes are adapted to work with RabbitMQ and their newer Quorom type queues. You can set the additional queue options from the node configuration.
Installation
Install via the Palette Manager or from within your node-red directory (typically ~/.node-red) run:
npm i @mnn-o/node-red-rabbitmqUsage
Provides three nodes and an amqp broker config node.
Please see the Node Help section from within node-red for more info
Development
Build the project
npm run buildRun tests
npm testRun coverage:
npm run test:cov