node-red-contrib-multiple-queue
JSON →A Node-RED node providing multiple, independently controlled message queues, each with pause/resume, flush, peek, drop, and other controls. Version 0.2.1 is stable. Designed as a more flexible alternative to single-queue nodes like node-red-contrib-queue-gate, it allows per-queue selection via msg.topic (or any property), dynamic queue creation/destruction, memory limiting, and support for 'keep newest' mode. Customizable control flags and command payloads make it adaptable to complex flow-control scenarios.