consume-queue
JSON →A simple message queue library for Node.js with produce/consume pattern. Version 0.1.0 provides basic in-process message queuing where a producer can push a message and get a promise-based receipt that resolves when a consumer acknowledges the message. The library is minimal (single function returning an object with `produce` and `consume` methods). It uses UUID for message IDs and timestamps. No external dependencies. The project appears to be in early development (v0.1.0) with no recent releases, no TypeScript definitions, and no documentation on concurrency, persistence, or error handling. It is mainly useful for simple in-memory async workflows.
Resources
packageconsume-queue ↗