[rabbitmq-discuss] Questions about limit alarm and report in the log file

Simon MacMullen simon at rabbitmq.com
Mon Mar 12 16:51:44 GMT 2012


On 12/03/12 16:42, Matthew Sackman wrote:
> I've no idea whether
> the management plugin registers its use of sockets with Rabbit
> internally, likewise the STOMP plugin etc

Management uses Mochiweb underneath, which doesn't know about rabbit - 
so it can't. Mochiweb registers a pool of 16 socket acceptors at 
startup, and in normal use that pool is unlikely to grow.

The STOMP plugin shares quite a bit of code, including tcp_acceptor, 
with the AMQP network code - so STOMP sockets *do* get counted.

Cheers, Simon
-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list