We are going to build RabbitMQ cluster with HA on AWS VPC. Suppose there are two subnets in the VPC, and they are in different available zones( for more info about AWS available zone, please visit: <a href="http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html">http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html</a>). �Then I launch instances in both subnets:<div>
instance X in subnet1(in AWS zone us-east-1a)</div><div>instance Y in subnet2(in AWS zone us-east-1b)</div><div><br></div><div>So can I create a RabbitMQ cluster with HA consisting of both X and Y? �</div><div><br></div><div>
Another question is about federation plugin. If I build federation links for X and Y�symmetrically with max-hop=1, is there any way that whenever a message is consumed from node X then the corresponding one in node Y is dequeued automatically with no client actually consuming it?�</div>