We're using RabbitMQ server 3.6.5 with Erlang 19, RabbitMQ Net client v3.5.7, used by .net 4.6.1 app.
We're experiencing an issue when once in a while RabbitMQ stops accepting connections and returns BrokerUnreachableException ("No connection could be made because the target machine actively refused it") to the worker that tries to connect. Most of the times recycling the app doesn't help, and only a restart to the RabbitMQ server brings it back to life.
The RabbitMQ log is full with messages that look as following:
=WARNING REPORT==== 26-Jan-2017::15:17:48 ===
closing AMQP connection <0.29552.177> (IP:Port -> IP:RabbitMQport):
client unexpectedly closed TCP connection
No suspicious windows event log entries are detected,
Any idea what direction should I continue to investigate in?
Is there any other, more verbose logs RabbitMQ may write somewhere regarding the state of the service?
Will appreciate any help.