[rabbitmq-discuss] Is it possible to set concurrent consumers at runtime?

Rajasekhar P sekhar434145 at gmail.com
Mon Nov 25 13:55:48 GMT 2013


Thank you Russell for the clarification and Voted in JIRA tracker as well.


On Mon, Nov 25, 2013 at 7:10 PM, Gary Russell <grussell at gopivotal.com>wrote:

> You cannot currently change the listener container's concurrent consumers
> at runtime. We have an open JIRA issue [1] for that; vote it up!
>
> You can, however, stop the container, change the setting and restart the
> container (stop(), setConcurrentConsumers(int), start()).
>
> You do not have to restart the RabbitMQ server.
>
> [1]: https://jira.springsource.org/browse/AMQP-306
>
>
> On Mon, Nov 25, 2013 at 7:25 AM, Rajasekhar P <sekhar434145 at gmail.com>wrote:
>
>> Hi Team,
>>
>>     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.
>>
>> SimpleMessageListenerContainer container = new
>> SimpleMessageListenerContainer();
>> container.setConcurrentConsumers(2);
>>
>>
>> Thanks in advance!!!
>>
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-discuss at lists.rabbitmq.com
>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>
>>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131125/c5d04570/attachment.htm>


More information about the rabbitmq-discuss mailing list