# smrchy/rsmq

Redis Simple Message Queue

Repository: https://github.com/smrchy/rsmq
Canonical: https://ross.abutalabs.com/products/rsmq
Language: JavaScript
License: MIT
License Family: permissive
Topics: rsmq, queue, message-queue, fifo, redis, nodejs, npm
Last push: 2026-07-29T17:03:30+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 95, release rhythm 8, longevity 100
- inputs: {"age_days": 4840, "days_push": 35, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1816, forks 121 (observed 2026-08-28T04:05:40.083127+00:00)

## What it is
RSMQ is a lightweight message queue library for Node.js built entirely on Redis, requiring no dedicated queue server. It supports FIFO delivery, visibility timeouts, exactly-once delivery within the timeout, and optional promise-based APIs.

## Use cases
- replace amazon sqs with a redis-based queue
- send messages between node.js worker processes
- implement a lightweight job queue without extra infrastructure
- process background jobs with visibility timeouts
- queue tasks across multiple node.js services sharing one redis server

## When to choose
- you already run a Redis server and want a simple queue with no extra services
- you need a lightweight SQS-like queue for Node.js
- you want high throughput (10k+ messages/sec) with minimal dependencies

## When to avoid
- you need advanced features like dead-letter queues, fanout, or strict exactly-once guarantees
- you don't use Node.js or a language with an RSMQ port
- you need a durable queue that survives Redis data loss without persistence configured

## Facets
- artifact type: library
- maturity: stable
- function: message-queue, caching
- domain: backend, microservices, developer-tools
- platform: self-hosted
- tags: redis, fifo, sqs-alternative, lightweight, typescript-typings, promise-api, messaging, nodejs

## Member repositories
- smrchy/rsmq (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:40.083127+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:20:36.912358+00:00, confidence not recorded.
  - readme: https://github.com/smrchy/rsmq (fetched 2026-08-28T04:05:40.083127+00:00, sha 7c5b41edfdbf)
  - registry_npm: https://registry.npmjs.org/rsmq (fetched 2026-08-29T10:59:28.071976+00:00, sha 9bfc6d63c35c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
