I am new to RabbitMQ. I just started yesterday. I made several spikes when sending and consuming things. What I noticed was in their documentation, and even in the articles I read, most of them implement part of the subscription in such a way that they loop it to get the message from the queue. How can I make it so that it is an event? What I wanted to do was when the message is sent to the queue, it will raise the event to the recipient and do something about it. Perhaps as a message display.
Your answer is very welcome.
Yours faithfully,
mr.b
source share