Hi, today i was testing a client application with ActiveMQ broker using STOMP transport, and after some tests i saw 27 different consumers connected to that queue by looking at the web console. This is impossible because the broker is on my machine and i was the only one accessing it.
By looking at netstat i saw 27 CLOSED_WAIT different connections to the stomp transport port, and the clients were all gone by long. So i tried to stop the broker and got an unending list of The connection to '/x.x.x.x:x' is taking a long time to shutdown repetead by 5 seconds, and the broker never stopping so that i had to kill it. The tests were somewhat unusual, with a lot of abruptly interruptions, but i think this isn't the normal behavior for the broker, isn't it? greetings, Yari