Thanks!<br><br>On Wednesday, July 3, 2013 12:12:48 PM UTC-5, James Lewis wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi Girish, just a disclaimer: I'm no expert and I'm only just going through the motions of setting up a HA cluster myself.&nbsp; However, I think I can answer a couple of your questions.<br><br>1.<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><span style="line-height:17px">Likewise, if I manually create a queue on one node, it immediately shows up on the other node as well. <br></span></blockquote><div><br>Not unless you specifically set the queue to be mirrored. &nbsp; You could create a policy that matches queues using a regex (so queues starting with a prefix of your choice for example) and once that policy is in place, then any queue you declare that starts with that prefix will be mirrored across your cluster (assuming you've set your policy to ha-all).&nbsp; So basically, once you've setup a cluster in rabbitmq you haven't setup mirroring.&nbsp; You've set up a logical cluster (collection) of nodes running rabbitmq that all know about each other.&nbsp; To implement mirroring you then need to create the policy.<br><br>2. <br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Would that work? Is that the recommended approach?</blockquote></div><br>The clustering guide says yes that approach will work.&nbsp; However the mirrored queue guide talks about master - slave replication which makes me think of setting the load balancer up to fail over to a slave in the case of a master failure rather than to round-robin the requests to all nodes in the cluster...&nbsp; I'd appreciate it if someone could confirm this.<br><br>Hopefully some of that is of use to you!&nbsp; <br><br>Cheers,<br>James<br></blockquote>