Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
ActiveMQThreadPoolExecutor should use LinkedTransferQueue to reduce cost over contention, given that internally it isn't using ReentrantLock as LinkedBlockingQueue.