the default thread pool allow their threads to exit after 30 seconds of inactivity so you may be just hitting that boundary. Unfortunately that value is not configurable at the moment.
If you could enable trace level logging for the broker, it should be possible to determine what component is causing the new thread creation. we may be able to tweak the frequency. It could be a new connection, expiry processing etc. there are a few options. On 8 May 2012 15:54, memelet <[email protected]> wrote: > I get three of these threads created and deleted every 30 seconds or so. What > are these for? Why is a thread pool not being used? Might I be missing some > configuration? > > -barry > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-Task-thread-created-and-destroyed-tp4617706.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- http://fusesource.com http://blog.garytully.com
