GitHub user rmannibucau opened a pull request:
https://github.com/apache/activemq/pull/157
enforce connection thread releasing
When a connection is closed the broker can be shutdown or the communication
can fail.
This shouldnt prevent the connection to close and in particular to shutdown
the started Session Task thread.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmannibucau/activemq
fb/enforce-connection-thread-releasing
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/157.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 #157
----
commit a43366a8c2418e5925ecd4dd3e12207f74c34746
Author: Romain Manni-Bucau <[email protected]>
Date: 2015-11-18T23:01:24Z
allways shutdown thread associated with a connection and set its state as
closed even if the broker communication fails to avoid to leak threads an keep
a consistent state
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---