Skip to content

pedroluiznogueira/messaging-microservices-rabbitmq

Repository files navigation

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

Consumer microservice

My medium article developing this project

About

This project contains two microservices projects wich I used to implement Asynchronous communication between them, using RabbitMQ.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages