Skip to content

Wajahat-Husain/RabbitMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

RabbitMQ is the most widely deployed open source message broker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors