revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return (SPR-8437); fixed JMS CachedConnectionFactory to fully synchronize its Session list (SPR-8436)
@ -312,7 +312,7 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@@ -312,7 +312,7 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@ -408,11 +408,15 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
@@ -408,11 +408,15 @@ public class CachingConnectionFactory extends SingleConnectionFactory {