I am piloting rabbit mq and find it quite good. Looking at the HA page I find that the exchange/queue replication works well.
I am troubled by the fact that I must u
For python nameko suggested way for achieving High Availability-Failover(Rabbitmq) is mentioned here. Nameko manages to achieve this as the backing library(kombu) supports round-robin failover
AMQP_URI: pyamqp://guest:guest@rabbitmq1:5672/;pyamqp://guest:guest@rabbitmq2:5672/