New to microservices. I am using RabbitMQ to send a dummy message from authsrcroutessignin.js
to productssrcindex.js
. For now, I have used exactly what is mentioned in the RabbitMQ documentation just to try it out.
RabbitMQ send: https://github.com/rabbitmq/rabbitmq-tutorials/blob/main/javascript-nodejs/src/send.js
RabbitMQ receive: https://github.com/rabbitmq/rabbitmq-tutorials/blob/main/javascript-nodejs/src/receive.js
Below is the RabbitMQ cluster service if I run kubectl get services
rabbitmq-srv ClusterIP 10.99.43.181 15672/TCP 12m
When I running skaffold dev
I am getting the below error
The source code can be found here for better understanding: https://github.com/shanbiswas/shopping-cart-nodejs-microservices
Thanks for any help