HTTP Connection pooling in Apache CXF
I am trying to check whether Apache CXF implements HTTP Connection Pooling ? If yes, how can we configure the same. If not, how can we achieve the same? This thread is little direction towards the same. But it's not clear whether HTTPConduit has a way to set the same or properly configure. Can anyone guide me on this? Tarun Tyagi Apache CXF uses HTTPUrlConnection internally and relies on java system properties to configure client connection settings. Two main ones that you can configure are as follows: http.keepAlive (default: true) - Indicates if persistent connections should be supported.