Hi, I'm not sure what you mean by the "Timed-out requests from Server side". FYI, jetty do have a maxIdleTime property which default value is 200 sec, and CXF provide a way to configure this property. Take a look at related discussion[1], but it's all sever side thing.
[1]http://cxf.547215.n5.nabble.com/CXF-retrying-an-operation-td5072484.html ------------- Freeman Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: http://weibo.com/u/1473905042 On 2012-10-1, at 下午6:54, Malisetti, Ramanjaneyulu wrote: > Hi, > Is there mechanism in CXF to detect Timed-out requests from Server > side? I guess it is question to underlying Jetty, but as it is abstracted for > CXF users, I am curious to know if there is any such support? If not > directly, how can we achieve if we want to implement? > > Regards > Raman
