Hi,

What you are running into is an issue related to the JMS Spring Template
where setting the cache level to none actually gets rid of the connection
and session object per invocation thereby losing any knowledge of its
precious connection (aka Memento). While a pool may indeed exist the
connections are constantly recycled and hence the amnesia. This is what is
causing your issue.

If you can set the cache level to something higher than non such as 3 then
it should work...

Cheers,

Ashwin... 

-----
---------------------------------------------------------
Ashwin Karpe
Apache Camel Committer & Sr Principal Consultant
FUSESource (a Progress Software Corporation subsidiary)
http://fusesource.com 

Blog: http://opensourceknowledge.blogspot.com 
---------------------------------------------------------
--
View this message in context: 
http://camel.465427.n5.nabble.com/activemq-component-settings-tp3608208p3705159.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to