Node-RED custom nodes for the Qrusty priority queue server. Current stable version 0.21.0, released on npm with minor updates. Provides 17 drag-and-drop action nodes (publish, consume, ack, nack, queue management, observability) plus a shared config node, fully typed with HTML templates. Key differentiator: eliminates hand-written `function` nodes by wrapping the `qrusty-client` npm package in native Node-RED editor nodes with config-vs-msg fallback. Requires Node.js >= 18 and Node-RED >= 3.0.
npm install node-red-contrib-qrustyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and use the nodes in Node-RED: install package, configure server, publish a message.
Upgrade Node.js to >=18 and Node-RED to >=3.0.
Ensure editor fields are empty if you intend to pass values via msg.
Ensure msg.payload is an array of strings before batch nodes.
Upgrade to latest 0.21.0 for consistent node names.
Navigate to your Node-RED user directory (e.g. cd ~/.node-red) and run npm install node-red-contrib-qrusty.
Upgrade Node.js to version 18 or newer.
Open the action node, select an existing qrusty-server config node (or create one), then click Done and Deploy.