I am going to use a rabbitmq user cluster for my web application. Since I implement auto-scaling using AutoScaling AWS, I plan to use a mirror queue. I read this article about the rabbitmq mirror queue. Taking performance as a consideration, I would like to know whether it would be recommended to implement a mirror queue in a rabbtimq cluster? that is, will there be a decrease in performance compared to a fickle queue?
I did not find any good test articles with a mirror queue. Can anyone share their suggestion?
source
share