Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 267 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 267 Bytes

rabbitmq-labs

A springboot microservice that implements rabbitmq message broker. The app consists of one controller (a publisher ) that sends Topic messages to rabbitmq which is then routed to the consumer.

This is just but a proof of concept