Hi

In axis client to a webservice, we can configure the number of connections
and the connection pool timeout as below

        System.setProperty("axis.http.client.maximum.total.connections",
"20");
        System.setProperty("axis.http.client.connection.pool.timeout", "0");

Is there a way the same thing can be accomplished in a cxf client to a
webservice

Regards
nmt
-- 
View this message in context: 
http://www.nabble.com/configuring-number-of-connections-and-connection-pool-timeout-tp20438732p20438732.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to