Hello, I try to use HA feature with pika python client API&gt;<div><br></div><div>But it will not success when I tried to use &quot;nodes&quot; instead of &quot;all&quot; as the arguments in &quot;x-ha-policy&quot;.</div><div>
<br></div><div>The code is like the following:</div><div>=======================================</div><div>    channel.queue_declare(queue=&quot;test_topic&quot;, durable=True,</div><div>                          exclusive=False, auto_delete=False,</div>
<div>                          arguments={&#39;x-ha-policy&#39;: &#39;nodes&#39;, &#39;x-ha-policy-params&#39;:</div><div>                            [&#39;rabbit@test1&#39;, &#39;rabbit@test2&#39;]},</div><div>                          callback=on_queue_declared)     </div>
<div><br class="Apple-interchange-newline">=======================================</div><div><br></div><div>How do I do if I want to use &quot;x-ha-policy&quot; with &quot;nodes&quot;? </div><div><br></div><div>It works when I set &quot;x-ha-policy&quot; to &quot;all&quot; and I didn&#39;t use &quot;x-ha-policy-params&quot; at all.</div>
<div><br></div><div>Thanks<br><div><br></div><div>Shen, Yu-Teh<br>
</div></div>