1.0.2 • Published 4 years ago

@autocodingsystems/node-red-contrib-message-queue v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

@autocodingsystems/node-red-contrib-message-queue

A Node-RED node for queueing messages on disk and releasing them on request.

Install

npm install @autocodingsystems/node-red-contrib-message-queue

Usage

The node will queue messages to a configured location on disk and only release them in response to a control message.

The release control message is expected to have 'control' as the msg.topic and 'release' as the msg.payload.