Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.3.1
-
None
-
None
Description
ActiveMQ can optionally use internally a shared thread pool to control dispatching of messages if setting UseDedicatedTaskRunner=false. However, there is not much configuration exposed to allow configuring this shared thread pool. The only way is to set your own impl of the TaskRunnerFactory on the broker.