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

https://github.com/natthasath/docker-rabbitmq

RabbitMQ is a message broker software that facilitates communication between applications by sending and receiving messages. It supports AMQP and is open-source, reliable, scalable, and portable.
https://github.com/natthasath/docker-rabbitmq

docker-compose rabbitmq

Last synced: about 2 months ago
JSON representation

RabbitMQ is a message broker software that facilitates communication between applications by sending and receiving messages. It supports AMQP and is open-source, reliable, scalable, and portable.

Awesome Lists containing this project

README

          

# 🎉 Docker RabbitMQ

RabbitMQ is a message broker software that facilitates communication between applications by sending and receiving messages. It supports AMQP and is open-source, reliable, scalable, and portable.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🏆 Run

- [http://localhost:15672/](http://localhost:15672/) username : `admin` password : `admin`

```shell
docker-compose up -d
```