An open API service indexing awesome lists of open source software.

https://github.com/andrewscwei/node-message-broker

Zero-config message broker for Node.js using RabbitMQ
https://github.com/andrewscwei/node-message-broker

module nodejs rabbitmq server

Last synced: about 2 months ago
JSON representation

Zero-config message broker for Node.js using RabbitMQ

Awesome Lists containing this project

README

          

# node-message-broker [![npm](https://img.shields.io/npm/v/@andrewscwei/message-broker.svg)](https://www.npmjs.com/package/@andrewscwei/message-broker) [![CI](https://github.com/andrewscwei/node-message-broker/workflows/CI/badge.svg)](https://github.com/andrewscwei/node-message-broker/actions?query=workflow%3ACI) [![CD](https://github.com/andrewscwei/node-message-broker/workflows/CD/badge.svg)](https://github.com/andrewscwei/node-message-broker/actions?query=workflow%3ACD)

Zero-config Node.js message broker using [RabbitMQ](https://www.rabbitmq.com/) that helps managing AMQP connections and sending/receiving messages.

## Disclaimer

Features of this module are driven by personal projects and are expected to have timely changes to their API. Use with caution.