mysql-mq

JSON →
library 0.6.2 ·javascript
verified Jun 5, 2026

MySQL MQ is a lightweight message queue library backed by MySQL (v0.6.2). Designed for applications where a dedicated queue service like RabbitMQ or SQS is unavailable or overkill. Messages are stored in MySQL tables; queues are auto-created upon first use. Simple API with put, get, delete and a lock-based mechanism to prevent message duplication. The project follows semantic versioning and conventional commits, but has not seen updates since 2021 and remains unmaintained. Ideal for small-scale, single-database setups.