RE: Timeouts set up in httpClientPolicy vs ClientImpl.synchronousTimeout

2016-08-21 Thread Andrei Shakirin
Hi, Take into account that CXF can communicate synchronously using native async protocols like JMS or UDP. I guess that ClientImpl.synchronousTimeout was designed for such cases to avoid infinite waiting of the response on the client side. Regards, Andrei. > -Original Message- > From:

RE: CXF server timeout configuration (ReceiveTimeout)

2016-08-21 Thread Andrei Shakirin
Hi, Approach is basically correct, not sure why you use star after ReceiveTimeout: "ReceiveTimeout*" ? Take a look into this system test: https://github.com/apache/cxf/blob/master/systests/uncategorized/src/test/java/org/apache/cxf/systest/outofband/header/cxf.xml Regards, Andrei. > -Orig