Spring Boot application being RabbitMq Consumer AND Producer

Subscribers:
11,000
Published on ● Video Link: https://www.youtube.com/watch?v=WzO6_4jeliM



Duration: 24:59
11,804 views
230


Integrating RabbitMQ into a Spring Boot application is quite easy when you know how to. This tutorial sets up an application to be both consumer and producer.
We use the Topic Exchange and bind a queue to it.
Then we set up a RestController with a RabbitTemplate which sends messages to the exchange.
Enjoy! :-)
Feel free to leave a comment / questions.
The code is located here:
https://github.com/ekim197711/springboot-rabbitmq
Follow me on twitter:
https://twitter.com/MikeMoelNielsen







Tags:
rabbitmq
message broker
spring
springboot
spring framework
java
exchange
queue
topic exchange
spring boot