Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wajahat-husain/rabbitmq

RabbitMQ is the most widely deployed open source message broker.
https://github.com/wajahat-husain/rabbitmq

docker-rabbitmq rabbit rabbitmq streaming

Last synced: about 14 hours ago
JSON representation

RabbitMQ is the most widely deployed open source message broker.

Awesome Lists containing this project

README

        

# RabbitMQ in Node.js with docker #
This repository contains examples and resources related to RabbitMQ, a popular open-source message broker. RabbitMQ allows you to build scalable and robust messaging applications.

### What is RabbitMQ? ###
RabbitMQ is a message broker that implements the Advanced Message Queuing Protocol (AMQP). It provides a reliable way for different parts of a distributed system to communicate with each other. RabbitMQ allows applications to connect and communicate with each other via messages.

### Prerequisites ###
Node.js installed on your system
RabbitMQ server running (you can use Docker-Compose.yml)