Christopher L. Shannon created AMQ-5750: -------------------------------------------
Summary: Add exception handler to TaskRunnerFactory Key: AMQ-5750 URL: https://issues.apache.org/jira/browse/AMQ-5750 Project: ActiveMQ Issue Type: Improvement Components: Broker Affects Versions: 5.11.1 Reporter: Christopher L. Shannon Priority: Minor The {{TaskRunnerFactory}} class in activemq-client creates a default executor but doesn't set an uncaught exception handler. This should be added so uncaught errors show up in the log for the created threads. This is similar to how the {{getExecutor}} method in {{BrokerService}} sets an uncaught exception handler. -- This message was sent by Atlassian JIRA (v6.3.4#6332)