Hi You are using a very old Camel version which is EOL and not supported anymore in this community. Also you are using a commercial product, so you should contact the vendor of this product for help.
On Mon, Jan 20, 2025 at 11:32 AM Bikash Kaushik <kaushikbikas...@gmail.com> wrote: > 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* > -- Claus Ibsen ----------------- @davsclaus Camel in Action 2: https://www.manning.com/ibsen2