[rabbitmq-discuss] Why does management plugin displays 4 connections for each single connection creation?

Michael Klishin mklishin at gopivotal.com
Mon Mar 24 12:27:54 GMT 2014



On 24 March 2014 at 16:13:09, rails (stammailbox at gmail.com) wrote:
> > I am trying to limit the number of connection each server opens.  
> And in order to study it better I was wondering why each connection  
> opens 4 connections.

Every RabbitMQ connection uses just one TCP connection and displayed once
in the UI. Your code either creates a connection 4 times (very likely given that
the client ports are sequential) or you leak connections. 
--  
MK  

Software Engineer, Pivotal/RabbitMQ


More information about the rabbitmq-discuss mailing list