Re: Thread spike every 5 minutes

2015-07-21 Thread Tim Bain
Here's a theory for what those threads are, though it doesn't explain why they got created. Maybe every 5 minutes, something happens that requires lots of threads. The thread pools create a bunch of new threads, the tasks all end quickly, and then the threads sit around waiting for work (which is

Re: Thread spike every 5 minutes

2015-07-20 Thread rvoliva
Is there any additional information I could provide so that someone could help me out? -- View this message in context: http://activemq.2283324.n4.nabble.com/Thread-spike-every-5-minutes-tp4699406p4699552.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.