GitHub user tabish121 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1909
ARTEMIS-1712 Add additional null check in TX rollback handler
Check for AMQSession being null before handling various TX state checks
in order to ensure the correct errors are thrown and TX rollback is
handled properly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tabish121/activemq-artemis ARTEMIS-1712
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1909.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 #1909
----
commit 8fc1e00d88fed9419e566d1fb69b46175585e9f1
Author: Timothy Bish <tabish121@...>
Date: 2018-02-28T15:46:31Z
ARTEMIS-1712 Add additional null check in TX rollback handler
Check for AMQSession being null before handling various TX state checks
in order to ensure the correct errors are thrown and TX rollback is
handled properly.
----
---