jmstemplate « Integration « Spring Q&A





1. Understanding JMS integration testing with Spring SingleConnectionFactory and CachingConnectionFactory    stackoverflow.com

Please some help understanding the following: I am using CachingConnectionFactory in my app and first used it during my jms tests to test my jms config like guaranteed delivery, rollback/commit, etc.. I am ...

2. Spring Integration or JmsTemplate?    forum.springsource.org

Spring Integration or JmsTemplate? Seems like I have a tough choice ahead of me... I could either create a stand alone Spring Integration JMS Consumer or embed the Spring JmsTemplate into ...