steingebein opened a new pull request #603: [CXF-8161] fix memory leak and thread leak in JMSDestination URL: https://github.com/apache/cxf/pull/603 Solves Problems of https://issues.apache.org/jira/browse/CXF-8161: - JMSDestination#restartConnection() is synchronized: when multiple poller-threads run into exception handling, the restart will only run sequential. (otherwise there will be race conditions in restartConnection) - JMSDestination#restartConnection() now checks if the PollingMessageListenerContainer is running before restart. When multiple poller-threads trigger the restart, it will only starts one new PollingMessageListenerContainer. - PollingMessageListenerContainer stops the Executor after exception handling, resources will be released
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
