You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Francesco Nigro (JIRA)" <ji...@apache.org> on 2019/03/29 17:06:00 UTC

[jira] [Created] (ARTEMIS-2290) JMSBridgeImpl::stop is failing when called from FailureHandler

Francesco Nigro created ARTEMIS-2290:
----------------------------------------

             Summary: JMSBridgeImpl::stop is failing when called from FailureHandler
                 Key: ARTEMIS-2290
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2290
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Francesco Nigro
             Fix For: 2.8.0


FailureHandler::failed() can call JMSBridgeImpl::stop() from within an ExecutorService's Thread: when stop will shutdown and await the ExecutorService it will throw InterruptedException (because the executing thread has been interrupted), failing silently to close connections/rollbacking transactiona/cleaning messages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)