Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wajahat-husain/rabbitmq
- Owner: Wajahat-Husain
- Created: 2023-10-05T09:26:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T17:05:24.000Z (about 1 year ago)
- Last Synced: 2024-05-29T22:10:48.285Z (6 months ago)
- Topics: docker-rabbitmq, rabbit, rabbitmq, streaming
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)