Dear Team, I have http-conduit defined for handling timeout for CXF-RS calling. But Timeout is not working sometimes. Timeout is working at defined duration, it's getting a Timeout Exception after 60 sec. Please suggest why this issue is coming up. In which direction should I debug , at network level ?
<cxf:rsClient id="rsOptimizedFindCustomer" address="{{ESB_GetAccountDetails}}" serviceClass="com.test.FindCustHeaderAPI" loggingFeatureEnabled="true"> <cxf:properties> <entry key="set.content.type.for.empty.request" value="true" /> </cxf:properties> </cxf:rsClient> <http-conf:conduit name=".*http-conduit"> <http-conf:tlsClientParameters> <!-- <sec:trustManagers> <sec:keyStore file="{{sslPath}}" password="123456" type="JKS"/> </sec:trustManagers> --> <sec:cipherSuitesFilter> <sec:include>.*_EXPORT_.*</sec:include> <sec:include>.*_EXPORT1024_.*</sec:include> <sec:include>.*_WITH_DES_.*</sec:include> <sec:include>.*_WITH_AES_.*</sec:include> <sec:include>.*_WITH_NULL_.*</sec:include> <sec:exclude>.*_DH_anon_.*</sec:exclude> </sec:cipherSuitesFilter> </http-conf:tlsClientParameters> <http-conf:client AutoRedirect="false" ConnectionTimeout="6000" ReceiveTimeout="6000" AllowChunking="true" CacheControl="No-Cache" /> </http-conf:conduit> Apache Camel version : 2.15 Fuse Version : 6.2.1 -- *Regards,* *Bikash Kaushik*