<div dir="ltr">Hi,<div><br></div><div>I have created two rabbitmq nodes and executed below command on one of the node.</div><div>rabbitmqctl set_policy ha-one &quot;^cust1\.&quot; &quot;{&quot;&quot;ha-mode&quot;&quot;:&quot;&quot;exactly&quot;&quot;,&quot;&quot;ha-params&quot;&quot;:1}&quot;</div>
<div><br></div><div>As per my understanding from the documentation�<a href="https://www.rabbitmq.com/ha.html">https://www.rabbitmq.com/ha.html</a>, only node having the queue starts with &quot;cust1.&quot; has to be consumed messages �from queue name &quot;cust1.&quot;. But, here when we are running clustered nodes whatever the queues we have created all will be replicated across the nodes. So, here my question is how to test the above policy?�</div>
<div><br></div><div>Thanks in advance!</div></div>