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

Reply via email to