RSMQ Worker

JSON →
library 0.5.2 ·javascript maintenance
verified Jun 7, 2026

RSMQ Worker (v0.5.2) is a helper library for building workers on top of Redis Simple Message Queue (RSMQ). It provides event-driven message processing with configurable polling intervals, retry delays, and timeout handling. Last updated in 2016, it has few releases and is in maintenance mode. Key differentiators: simple API, event-based (message/error/timeout/exceeded), and built-in exponential backoff. It requires RSMQ 3+ and a Redis server 2.6+.