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.
Gary Russell opened INT-3650 and commented
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.
Affects: 4.1.2
Referenced from: pull request #1379
1 votes, 1 watchers
The text was updated successfully, but these errors were encountered: