Hello, I try to use HA feature with pika python client API><div><br></div><div>But it will not success when I tried to use "nodes" instead of "all" as the arguments in "x-ha-policy".</div><div>
<br></div><div>The code is like the following:</div><div>=======================================</div><div> channel.queue_declare(queue="test_topic", durable=True,</div><div> exclusive=False, auto_delete=False,</div>
<div> arguments={'x-ha-policy': 'nodes', 'x-ha-policy-params':</div><div> ['rabbit@test1', 'rabbit@test2']},</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 "x-ha-policy" with "nodes"? </div><div><br></div><div>It works when I set "x-ha-policy" to "all" and I didn't use "x-ha-policy-params" at all.</div>
<div><br></div><div>Thanks<br><div><br></div><div>Shen, Yu-Teh<br>
</div></div>