Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 4.1.2
-
Component/s: TCP/UDP Support
-
Labels:
-
Pull Request URL:
Description
The CachingClientConnectionFactory requires the underlying CF to use single-use connections (so they are properly closed after a send operation completes and returned to the cache).
Explicitly setting the singleUse to false on the CCCF defeats this - it should not be propagated to the target CF.