Simple Message Queue (Node-RED)
JSON →Node-RED node providing an in-memory message queue with trigger, peek, TTL, bypass, and queue count features. Current stable version v0.3.2. Released intermittently. Differentiates from other queue nodes by offering TTL-based message expiry, peek without removal, dynamic interval bypass, and a clear input hierarchy that prioritizes reset, queueCount, peek, bypassInterval, bypass, TTL, and trigger. Useful for building backpressure or buffering flows in Node-RED.