<div dir="ltr"><div>I could able to test the round-robin behaviour using plain Java client API by running consumer program via two command prompts. Same I want to test using Spring-AMQP API. So, I would like to know which one is the best option to test the round robin scenario mentioned below.</div>
<div><br></div><div>1&gt; setting ConcurrentConsumers property (Container.setConcurrentConsumers(2)) and running in consumer program in single thread</div><div>2&gt; running consumer program in two threads without ConcurrentConsumers property.</div>
<div><br></div><div>Could any one help me on this which is correct option? Thanks in advance!</div></div>