GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/2058
ARTEMIS-1841 fixing bug introduced by ARTEMIS-1770
The change from ARTEMIS-1770 was a semantic change that caused the method
to start swallowing exceptions. This restores the original semantics.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis master_work
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2058.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 #2058
----
commit 1e4bd9578198de66aea8041097136f387e6ab99e
Author: Justin Bertram <jbertram@...>
Date: 2018-05-02T02:24:24Z
ARTEMIS-1841 fixing bug introduced by ARTEMIS-1770
----
---