Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.0.RC3
-
None
Description
SingleConnectionFactory caches the used JMS Connection, but not the Session or MessageProducer. CachingConnectionFactory does, so it's better for use with the JmsTemplate. This is defined in applicationContext-jms-template.xml: changing it will improve the performance of sending messages (in some cases quite significantly).