[rabbitmq-discuss] Limit number of concurrent connections

Simon MacMullen simon at rabbitmq.com
Thu May 22 09:48:01 BST 2014


On 21/05/2014 18:12, Navdeep Singh wrote:
> Kindly let me know how can I limit the number of simultaneous
> connections in RabbitMQ. Is there a way to do it and if yes how it can
> be achived. Kindly look at cloudamqp.com <http://cloudamqp.com> who are
> able to do it by limiting 3 connections for free plan.

You'd need to do it with an external agent polling the management API or 
listening to the events exchange and then closing connections which are 
over the limit. There's no other way I'm afraid.

Cheers, Simon



More information about the rabbitmq-discuss mailing list