By default, CXF will use the HttpURLConnection that is built into the JDK. That class does do some connection pooling by default, but very little of it is configurable. Do a google search to see what IS configurable.
Dan > On Oct 19, 2017, at 12:34 PM, ravishankar.gopalakrishnan > <[email protected]> wrote: > > Hello, > > I am using CXF client to make REST calls. > > <dependency> > <groupId>org.apache.cxf</groupId> > <artifactId>*cxf-rt-rs-client*</artifactId> > <version>*3.1.5*</version> > </dependency> > > I would like to know if CXF client does connection pooling by default. If > not, are there any parameters to set to configure connection pooling. Also, > I did set http.maxConnection and http.keepAlive parameters in JVM, but it > did not work. Any information/code snippets on how connection pooling works > with CXF client would be helpful. > > Thanks, > Ravishankar > > > > -- > Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
