Skip to main content

Questions tagged [rabbitmq]

The tag has no usage guidance, but it has a tag wiki.

0 votes
0 answers
8 views

Will the RabbitMQ Cluster Operator ensure that RabbitMQ keeps working when K8S gets upgraded

I have followed the quick start on the RabbitMQ website here https://www.rabbitmq.com/kubernetes/operator/quickstart-operator. It is up and running with 2 RabbitMQ cluster pods. I have a production ...
HansElsen's user avatar
  • 101
29 votes
5 answers
30k views

docker-compose healthcheck for rabbitMQ

I'm trying to run rabbitMQ using docker-compose, but the service is always starting or unhealthy. rabbit is running fine, so I suspect there is something wrong with my health check. Running the ...
ConorSheehan1's user avatar
11 votes
1 answer
3k views

How to automatically remove a dead node from RabbitMQ cluster

I am planning to create RabbitMQ cluster using Ansible on AWS VPC with Amazon internal load balancer as the frontend to point connections to it. Any suggestion how to remove a dead node from RabbitMQ ...
Berlin's user avatar
  • 780