You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
A springboot microservice that implements rabbitmq message broker.