[rabbitmq-discuss] Connection managment
Emile Joubert
emile at rabbitmq.com
Mon Dec 20 12:20:24 GMT 2010
Hi Romary,
Op 03/12/2010 14:47, het romary.kremer at gmail.com geskryf:
> Is there a way to configure within rabbitMQ the maximum number of
> authorized connections on a single-node server ?
>
> Let say my message broker is sized to be operational with a number n of
> clients connected simultaneously. I would want
> to ensure that not more than n connections can be opened on the server.
There's no rabbit configuration option that lets you limit connections,
but it should be possible to achieve this with a firewall. E.g. the
iptables connlimit directive will let you limit connections on a
particular port globally or per host.
Regards
Emile
More information about the rabbitmq-discuss
mailing list