quarkus-rabbitmq-client icon indicating copy to clipboard operation
quarkus-rabbitmq-client copied to clipboard

Connecto to rabbitmq cluster

Open hectorlicea opened this issue 3 years ago • 2 comments

How could I connect to a rabbitmq cluster?

hectorlicea avatar May 24 '22 11:05 hectorlicea

Hello, I wrote a microservice in quarkus with this extension to connect a rabbitmq cluster. I declared the queues as quorum queue. Here my configuration in application.properties : quarkus.rabbitmqclient.virtual-host=/ quarkus.rabbitmqclient.username= **** quarkus.rabbitmqclient.password=**** quarkus.rabbitmqclient.hostname=rabbitmq quarkus.rabbitmqclient.port=5672

Then when I statrted the docker container I declared the host rabbiqmq to the good node of the cluster.

It works fine. I have 6 instances of my service connected to 3 nodes of rabbitmq cluster.

I hope this will help

stephane-drogou avatar Aug 23 '22 06:08 stephane-drogou

@hectorlicea did @stephane-drogou's instructions help you get it all setup?

bpasson avatar Oct 18 '22 14:10 bpasson

Assuming the given answer resolved the issue due to lack of feedback. Closing issue.

bpasson avatar Jan 23 '23 08:01 bpasson