Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.0.RC3
-
Fix Version/s: 1.0.0.RC4
-
Component/s: ENTERPRISE
-
Labels: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).