Description
Seems like the static thread pool created in
org.apache.activemq.ActiveMQConnectionFactory
Is not used. We should double check this, and possible remove the code, as it causes leak problems when pools is not properly shutdown, and also pools should not be static, as this does not go well in modular deployment environments.