Posts

Showing posts with the label response

Rabbitmq Send Message And Get Response

Image
Rabbitmq Send Message And Get Response . A client sends a request message and a server replies with a response message. In this post, you will learn how to use rabbitmq with spring boot. rabbitmq How to ignore maxAttempts & send message to DLQ from stackoverflow.com The user sends a pdf creation request to the web application. In order to receive a response we need to send a 'callback' queue address with the request. There are many excellent resources and…