You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Kaloyan Spiridonov (JIRA)" <ji...@apache.org> on 2016/09/19 11:52:21 UTC

[jira] [Created] (AMQ-6434) Return inside finally

Kaloyan Spiridonov created AMQ-6434:
---------------------------------------

             Summary: Return inside finally
                 Key: AMQ-6434
                 URL: https://issues.apache.org/jira/browse/AMQ-6434
             Project: ActiveMQ
          Issue Type: Bug
            Reporter: Kaloyan Spiridonov
            Priority: Trivial


In runTask() method in PooledTaskRunner class there is an return statement in finally block. This will cause any exception that might be thrown in the try block to be discarded.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)