Re: ActiveMQ Session Task threads disappearing

2011-09-15 Thread Dom
l executors,they will unload threads if idle and create more if needed. On Thu, Sep 15, 2011 at 12:31 PM, Gary Tully [via ActiveMQ] < ml-node+s2283324n3815303...@n4.nabble.com> wrote: > Dom, > this is unusual, some thoughts: > can you enable trace level logging for activemq on your

Re: ActiveMQ Session Task threads disappearing

2011-09-14 Thread Dom
onsumers). I have to actively kill the client's JVM and restart it. Dom On Wed, Sep 14, 2011 at 1:14 PM, Aleksandar Ivanisevic-3 [via ActiveMQ] < ml-node+s2283324n3812638...@n4.nabble.com> wrote: > Dom <[hidden email] <http://user/SendEmail.jtp?type=node&node=3812638&

ActiveMQ Session Task threads disappearing

2011-09-13 Thread Dom
oes anybody have any ideas? Thanks, Dom PS: This is our consumer create code; ActiveMQConnectionFactory connectionFactory = new ActiveMQConnectionFactory(jmsConfig.getUserName(), jmsConfig.getPassword(), jmsConfig.getUrl()); connection = connectionFactory.createConnection(); if (c