Details
-
Wish
-
Status: Open
-
Major
-
Resolution: Unresolved
-
5.7.0
-
None
-
None
Description
Looking at
http://activemq.apache.org/how-do-i-configure-10s-of-1000s-of-queues-in-a-single-broker-.html
and
http://activemq.apache.org/javalangoutofmemory.html
it reads as if the default is to use a dedicated TaskRunner.
However, it seems the default is to use a thread pool?
I see in ActiveMQConnection(Factory) classes that "useDedicatedTaskRunner" is false by default.