Re: jms template stuck

2012-11-16 Thread Torsten Mielke
You can either use ActiveMQs PooledConnectionFactory [1] or Springs CachingConnectionFactory [2]. Potentially also Springs SingleConnectionFactory [3]. I would recommend [1]. You find it in the $AMQ_HOME/lib/optional/activemq-pool.jar file. [1] http://activemq.apache.org/maven/5.7.0/active

jms template stuck

2012-11-15 Thread Michal Singer
Hi, according to this link: http://activemq.apache.org/jmstemplate-gotchas.html there are problems with using the org.apache.activemq.ActiveMQConnectionFactory and a pooled one should be used instead. I couldn't find the PooledConnectionFactory anywhere. Any recommendations on which pool shoul