Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to increase the size of Karaf http connection pool?

I have one job developed with Talend Open Studio for ESB, with one tRESTReqest used, and deployed to runtime environement. It usually works fine, however, the response takes more time when concurrent connections ramps up. I double this is because of small connection pool of default configuration of runtime, but I cannot find where to change the size of connection pool. Anyone could hlep me out?

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi,

 

With tRESTRequest/tRESTResponse components, you are developing a RESTful service. The underlying impl is Apache CXF, you may try to tune the WaterMark/queueSize from the container/etc/org.apache.cxf.workqueues-default.cfg

 

(by default)

highWaterMark=50
lowWaterMark=5
initialSize=5
queueSize=50

 

Regards.

Xilai