Containerizing rabbitmq and establishing connection with microservices
knikharg opened this issue · 3 comments
knikharg commented
AMPQ connection error while running data-retrieval container. Tried using links to establish connections.
knikharg commented
communication achieved by replacing host to image name.
Arjunbhavsar commented
We need installed rabbit MQ over the network. This can be achieved by having a dependency on the Rabbitmq to each microservice which is trying to connect to the rabbitmq network.
I tried to achieve this with following commit id -- 308af26
Arjunbhavsar commented
Referred the following document to install the Rabbit MQ on the Kubernetes Cluster
https://kubernetes.io/docs/tasks/job/coarse-parallel-processing-work-queue/
Issue resolved on the Kubernetes cluster