This mono repo contains two microservices projects wich I used to implement Asynchronous communication between them, using RabbitMQ.
- 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
- repository for producer microservice
- repository for consumer microservice