@corentin-pasquier/node-red-contrib-amqp
v1.3.13
Published
AMQP Nodes for Node-RED
Downloads
13
Maintainers
Readme
Source
This repo fork from @stormpass/node-red-contrib-amqp
and
- correct a bug where there is no reconnection on error
AMQP nodes for node-red
Installation
Install via the Palette Manager or from within your node-red directory (typically ~/.node-red
) run:
npm i @corentin-pasquier/node-red-contrib-amqp
Usage
Provides three standard 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 build
Run tests
npm test
Run coverage:
npm run test:cov