Spring Boot & Spring Cloud Stream: Publishing Messages to RabbitMQ

preview_player
Показать описание
In this video we will create a publisher service which will expose a REST API through which our clients will submit the data or payload. The app will then post the message to RabbitMQ. In the next video:Spring Boot & Spring Cloud Stream: Consuming Messages from RabbitMQ we will see how to consume these messages.
You can download the source code for this video from the following github url:
Рекомендации по теме
Комментарии
Автор

Hi, is Great Tuto, good explain, just excellent

Mohamed-ufjh
Автор

informative. thx. How to receive acknowlegement from consumer or how to make client wait for consumer finishes the job or synchronus way??? is it possible with spring cloud stream?? how to use @sendTo annotaiton and how to receive at client side

shivaprithammende
Автор

Hi thank you for your clip, I have a question that didn't found solution on gg, this is when rabbitmq server Down, then the spring boot application is going to loop retry connect to rabbitmq and all other services don't work properly. What I want is the spring boot just show a message (maybe console) that inform if rabbitmq server down, and other services (not related rabbitmq) work normally and when it re-connect rabbitmq success it show a message to inform rabbitmq server Up. Could you give a brief way to do that? Thank you!

quangnvn