Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivsonv/rabbitmq
https://github.com/ivsonv/rabbitmq
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivsonv/rabbitmq
- Owner: ivsonv
- Created: 2024-05-31T19:15:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T19:21:32.000Z (7 months ago)
- Last Synced: 2024-05-31T20:42:23.785Z (7 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ
RabbitMQ acts as a mediator between producers of messages and consumers who receive and process those messages. It facilitates the communication between different components of an application by enabling asynchronous messaging and decoupling the sender and receiver.
```
docker compose up -d```
![image](https://github.com/ivsonv/rabbitMQ/assets/63156114/5bff091f-e092-4c42-bc68-2c45f2dfa221)
![image](https://github.com/ivsonv/rabbitMQ/assets/63156114/c9c14970-2aed-4e7e-bdb9-9f7c7760bc0d)