We connect to several different external services. The clients are created by wsdl2java (CXF 3.0.2). On some of them we must limit the number of concurrent connections.
I have switched to the async http conduit: (AsyncHTTPConduit.USE_ASYNC, AsyncHTTPConduitFactory.UseAsyncPolicy.ALWAYS). Now I want to set org.apache.cxf.transport.http.async.MAX_CONNECTIONS etc. But I have not found a way to set these properties in a non global way, only on the Bus. How do I set the Asynchronous HTTP Transport properties per service? -- View this message in context: http://cxf.547215.n5.nabble.com/MAX-CONNECTIONS-per-service-tp5751331.html Sent from the cxf-user mailing list archive at Nabble.com.
