messaging-microservices-rabbitmq
messaging-microservices-rabbitmq copied to clipboard
This project contains two microservices projects wich I used to implement Asynchronous communication between them, using RabbitMQ.
Asynchronous communication between Microservices with RabbitMQ
This mono repo contains two microservices projects wich I used to implement Asynchronous communication between them, using RabbitMQ.
Running the project on your machine
- clone producer microservice
- clone consumer microservice
- both projects contain a docker-compose.yml
- use any of them to run the rabbitmq container
- under the root directory of the project you chose run
- docker-compose up
- go to localhost:15672
- log into rabbitmq using guest as user and password
Producer microservice
- repository for producer microservice
Consumer microservice
- repository for consumer microservice