Re: Large Number of ActiveMQ Connection Executor Threads

2019-07-11 Thread Sumit Bhardwaj
Thanks Tim. It solved the issue we were facing. Best Sumit On Thu, Jul 11, 2019 at 6:05 PM Tim Bain wrote: > To me this sounds like https://activemq.apache.org/jmstemplate-gotchas > rather than AMQ-6700. If you're not using a pooled connection factory, you > definitely need to. > > Tim > > On W

Re: Large Number of ActiveMQ Connection Executor Threads

2019-07-11 Thread Tim Bain
To me this sounds like https://activemq.apache.org/jmstemplate-gotchas rather than AMQ-6700. If you're not using a pooled connection factory, you definitely need to. Tim On Wed, Jul 10, 2019, 9:05 AM Sumit Bhardwaj wrote: > Hi, > > We are using ActiveMQ version 5.15.8, We are connecting to it u

Large Number of ActiveMQ Connection Executor Threads

2019-07-10 Thread Sumit Bhardwaj
Hi, We are using ActiveMQ version 5.15.8, We are connecting to it using Spring JMSTemplate. What we are seeing is in case of connection errors too many of following threads get created "ActiveMQ Connection Executor.." In one instance around 1250 Threads for the above were active in our tomcat ho