"connection closed abruptly" means a client connection was closed. In case of a load balancer, that means the TCP connection
between the load balancer and a RabbitMQ node. Either reduce heartbeat interval to 60 (the default in 3.6.x) or make
sure that your load balancer connection inactivity timeout is at least 300 seconds (heartbeats are sent at half the timeout value).
Otherwise the proxy will close connections it considers to be inactive.
Inspecting proxy metrics and logs is a very good idea, of course.