mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-09 12:23:47 +00:00
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.