On the other side, I am receiving the message with the generated queue (reply-to) and processing it successfully. Then, send the results to that generated queue.
I can see the reply message in RabbitMQ Management:
But for some reason, the request is not consuming it!
What am I missing?
Could you help me out to figure out what I do wrong?
(I tried without the part section too).
On the other side, I am receiving the message with the generated queue (reply-to) and processing it successfully. Then, send the results to that generated queue.
I can see the reply message in RabbitMQ Management:
But for some reason, the request is not consuming it! What am I missing?