[rabbitmq-discuss] RabbitMQ server losing connections

Matthias Radestock matthias at lshift.net
Tue Nov 3 07:20:44 GMT 2009


Niranjan,

niranjan wrote:
> Hi,
> 
> No there are no error in the rabbitmq server logs. The only entries I 
> can see in log files are of type:
> 
> =INFO REPORT==== 25-Oct-2009::07:25:13 ===
> accepted TCP connection on 0.0.0.0:5672 from 10.7.253.22:53703
> 
> =INFO REPORT==== 25-Oct-2009::07:25:13 ===
> starting TCP connection <0.11373.20> from 10.7.253.22:53703
> 
> =INFO REPORT==== 25-Oct-2009::07:25:13 ===
> closing TCP connection <0.11373.20> from 10.7.253.22:53703
> ........

The above shows a single connection being opened and closed within a 
single second (the <...> identifies the connection).

If you really have nothing but the above entries, i.e. 
"accepted/starting/closing TCP connection" then the client must have 
performed a controlled shutdown of the connection. In any other 
circumstances, e.g. the network or client dying, or the server 
encountering an error, the log would show an error or warning.


Regards,

Matthias.




More information about the rabbitmq-discuss mailing list