> On Jun 28, 2017, at 7:25 PM, mvraju <[email protected]> wrote:
> 
> Can someone please provide some inputs on this issue? Any configurations that
> I'm missing here to tell CXF wrappers to make use of the keep alive
> connections. Same code is working when I integrate with the simple URL
> HttpConnection JDK API.  Appreciate any inputs on this.

Is your test code actually consuming the data from the response or just 
printing the status code?    If you don’t consume the data (and close the 
stream), the underlying connection cannot be reused.   That’s usually the 
primary reason for this type of behavior.

-- 
Daniel Kulp
[email protected] - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to