<div dir="ltr">Hi Team,<div><br></div><div>� � I have the requirement where I have set the concurrent consumers size at run-time without restarting the RabbitMQ server based on the load. Is that possible? Am using Spring-AMQP API for setting concurrent consumers. Could you please help me on this.</div>
<div><br></div><div><div>SimpleMessageListenerContainer container = new SimpleMessageListenerContainer();</div><div>container.setConcurrentConsumers(2);</div></div><div><br></div><div><br></div><div>Thanks in advance!!!</div>
</div>