GitHub user dudaerich opened a pull request:
https://github.com/apache/activemq-artemis/pull/1649
ARTEMIS-1507 ActiveMQConnectionTimedOutException is thrown even though no
timeout expired
When the execution of code jumps out of the while cycle,
it should check whether the blocking-call-timeout expired or not.
If no, ActiveMQUnBlockedException should be thrown
instead of ActiveMQConnectionTimedOutException.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dudaerich/activemq-artemis ARTEMIS-1507
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1649.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 #1649
----
commit 5f8cef98659eff02d33f89105b53eabf9996379a
Author: Erich Duda <[email protected]>
Date: 2017-11-03T14:29:57Z
ARTEMIS-1507 ActiveMQConnectionTimedOutException is thrown even though no
timeout expired
When the execution of code jumps out of the while cycle,
it should check whether the blocking-call-timeout expired or not.
If no, ActiveMQUnBlockedException should be thrown
instead of ActiveMQConnectionTimedOutException.
----
---