Is RabbitMQ Clustering including scalability too?
问题 I want to build a RabbitMQ system which is able to scale out for the sake of performance. I've gone through the official document of RabbitMQ Clustering. However, its clustering doesn't seem to support scalability. That's because only through master queue we can publish/consume, even though the master queue is reachable from any node of a cluster. Other than the node on which a master queue resides, we can't process any publish/consume. Why do we cluster then? 回答1: Why do we cluster then? To