celery - Setting up a load balancer for HA rabbitmq -
i trying set high availability rabbitmq cluster mirrored queues. actually, have set , easy part. comes part producers , consumers need access cluster, or specifically, master node, whichever might @ time. trying set haproxy have questions pertaining how work. specifically, haproxy not being used here balancer health checks. suppose original master goes down , oldest surviving slave promoted new master? how can haproxy set detect , route connections new master?
you can configure haproxy this. check out this complete guide rabbitmq.
if want achieve real load balancing rabbitmq in ha-configuration, this might interest you.
Comments
Post a Comment