mirror of
https://github.com/apache/activemq.git
synced 2025-03-03 14:49:07 +00:00
Fixing a race condition in TaskRunnerFactory where if multiple threads call createTaskRunner() at the same time some threads might see the executor as null (if it hasn't finished initializing) leading to the creation of extra DedicatedTaskRunner objects instead of sharing a PooledTaskRunner.