GitHub user erik-wramner opened a pull request:
https://github.com/apache/activemq/pull/143
https://issues.apache.org/jira/browse/AMQ-5961
Prevent deadlock by moving calls to afterCommit and afterRollback out of
synchronized blocks.
Same commit as before, moved it to separate branch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/erik-wramner/activemq amq5961-deadlock
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/143.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 #143
----
commit 7c98fdd2819a34fe06b38555601ceaecd5f53aaa
Author: erik-wramner <[email protected]>
Date: 2015-09-10T16:44:36Z
https://issues.apache.org/jira/browse/AMQ-5961
Prevent deadlock by moving calls to afterCommit
and afterRollback out of synchronized blocks.
----
---
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.
---