BTW please be aware that the PooledConnectionFactory is only useful for sending messages; for consuming messages you should not really use JmsTemplate either. I suggest either using the JMS API to create a consumer, or using Jencks..
http://jencks.org/ as using JmsTemplate causes a new connection, session and consumer to be created for every message you consume; which is really slow and inefficient. James On 4/6/06, Hycel <[EMAIL PROTECTED]> wrote: > > You are correct. I followed the advice of wrappiing the > ActiveMQConnectionFactory with the PooledConnectionFactory. It's working > properly now, without throwing any exceptions. > > Thank you very much for your advice concerning this matter. > -- > View this message in context: > http://www.nabble.com/Cleanup-failed-JMS-Exception-t1402113.html#a3782817 > Sent from the ActiveMQ - User forum at Nabble.com. > > -- James ------- http://radio.weblogs.com/0112098/
