RabbitMQ clustering in Fargate?

615 Views Asked by At

I have a rabbitmq 3.9.24 instance running in Fargate behind an NLB to terminate TLS. Seems to work okay.

I'd like to add 2 instances to set it up as a cluster. There seem to be ways to do this in the EC2 backed ECS with autoscaling groups, and it seems like there are ways to do it in EKS, but what about Fargate?

We can't change to AmazonMQ's offering of rabbitmq. Our code uses quorum queues, which are explictly not supported by AmazonMQ, and the devs insist this feature is a requirement.

0

There are 0 best solutions below