Coney – RabbitMQ Simple Queue
JSON →Coney is a simple queue library backed by RabbitMQ, designed for Node.js applications that require reliable message queuing with minimal configuration. Version 2.0.0 is the latest stable release, with no active release cadence documented. It supports basic queue operations (push, pop), retry with delay, and pub/sub patterns. Compared to full-featured RabbitMQ client libraries like amqplib, Coney provides a higher-level abstraction focused on simplicity. It ships with TypeScript types and requires amqplib as a peer dependency (^1.0.0). The library is MIT-licensed and maintained on GitHub.