/message-broker

A simple message broker example using BullMQ and Redis (worker / queue). Producers publish messages to the queue. Consumers manually get one unread message from the queue through a worker, in order as FIFO (one at a time).

Primary LanguageTypeScriptMIT LicenseMIT

Stargazers