Monika here, I am very new to RabbitMQ.
1. Followed this tutorial for backend (send.js), which worked perfectly. It is storing data in a queue on the RabbitMQ server.
2. Now I am trying to connect it with angular. I am using angular 9, in that I have created one method, using the below tutorial (only receiver.js)
My problem is how am I going to call the Rabbitmq within my API & how will I get a response which I will bind to UI (HTML)
I have attached my file, which contains the API request.
Thanks in advance :)