GitHub user cshannon opened a pull request: https://github.com/apache/activemq-artemis/pull/1925
ARTEMIS-1727 - Make sure transport is stopped on failed OpenWire connection To prevent a socket from hanging open by a bad client the broker should make sure to stop the transport if a connection attempt fails by an OpenWire client You can merge this pull request into a Git repository by running: $ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1727 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/1925.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1925 ---- commit 8de2fccc883aa3a532e540e5e700e2c668e4e289 Author: Christopher L. Shannon (cshannon) <christopher.l.shannon@...> Date: 2018-03-02T16:38:07Z ARTEMIS-1727 - Make sure transport is stopped on failed OpenWire connection To prevent a socket from hanging open by a bad client the broker should make sure to stop the transport if a connection attempt fails by an OpenWire client ---- ---