Rabbitmq Mirror Queue Performance

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?

+3
source share
1 answer

See this blog post. I recently wrote this thread. There are some stray definitions associated with posts that can help you easily assess your workload.

-1
source

All Articles