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

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

Usage no npm install needed!

<script type="module">
  import autocodingsystemsNodeRedContribMessageQueue from 'https://cdn.skypack.dev/@autocodingsystems/node-red-contrib-message-queue';
</script>

README

@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.