AMQP nodes for node-red
Install via the Palette Manager or from within your node-red directory (typically ~/.node-red
) run:
npm i @meowwolf/node-red-contrib-amqp
Provides two standard nodes and an amqp broker config node.
Please see the Node Help
section from wihin node-red for more info
npm run build
Run in watch mode:
npm test
Run coverage:
npm run test:coverage
- Add TLS authentication
- Implement headers exchange