<div dir="ltr"><br><div>Hi,</div><div><br></div><div>  In our web application, we are using RabbitMQ with web-stomp to open websocket/sockJS channels to push notifications from the AMQP broker to the client browsers.</div><div><br></div><div>  When using IE9, the rabbitMQ connections are never closed when the client gets disconnected.  For example if the browser window/tab is closed, the connections/queues used during the session still appears as valid, even though they aren't.  This is potentially a big problem, as these "leaked" connection reduce the amount of available resources in rabbitMQ.  The only way to get rid of these invalid connections is to restart RabbitMQ, which is obviously unacceptable for a HA application like ours.</div><div><br></div><div>  I believe this might have something to do with the SockJS emulated websockets in IE9, as using a websocket-enabled browsers (e.g. IE10 or 11, Firefox, Chrome) works just fine (no leaked connections).</div><div><br></div><div>  Has anybody encountered this?  Is there a solution/workaround for this?  I know IE9 is getting quite old, but given our user base, we have to support it.</div><div><br></div><div>Thanks and BR,</div><div>/Sebastien</div></div>