RE: [EXTERNAL] Re: query timeout not working in JDBC or SQL component

2020-01-20 Thread Gv, Shivakumar
ABCD.T5700_AST_PUR_HST Thanks, Shiva -Original Message- From: Claus Ibsen Sent: Tuesday, January 14, 2020 9:02 PM To: users@camel.apache.org Subject: Re: [EXTERNAL] Re: query timeout not working in JDBC or SQL component *EXTERNAL SENDER* Hi Debug the code and see if the queryTimeout is set

Re: [EXTERNAL] Re: query timeout not working in JDBC or SQL component

2020-01-14 Thread Claus Ibsen
t.maxRows=0 > > for sql: I tried passing timeout value a sql:quey?template.queryTimeout=1 > > Thanks, > Shiva > > -Original Message- > From: Claus Ibsen > Sent: Tuesday, January 14, 2020 8:49 PM > To: users@camel.apache.org > Subject: [EXTERNAL] Re: query ti

RE: [EXTERNAL] Re: query timeout not working in JDBC or SQL component

2020-01-14 Thread Gv, Shivakumar
out=1&statement.maxRows=0 > for sql: I tried passing timeout value a sql:quey?template.queryTimeout=1 Thanks, Shiva -Original Message- From: Claus Ibsen Sent: Tuesday, January 14, 2020 8:49 PM To: users@camel.apache.org Subject: [EXTERNAL] Re: query timeout not working in J

Re: query timeout not working in JDBC or SQL component

2020-01-14 Thread Claus Ibsen
Hi A socket timeout and a query timeout are likely not the same. Socket is network level. Query is likely on the database level. On Tue, Jan 14, 2020 at 4:00 PM Gv, Shivakumar wrote: > > Hi Team, > > I am using camel version: 2.23.1 > > Query timeout not working in both JDBC or SQL component. >

query timeout not working in JDBC or SQL component

2020-01-14 Thread Gv, Shivakumar
Hi Team, I am using camel version: 2.23.1 Query timeout not working in both JDBC or SQL component. for jdbc: i tried passing timeout value a jdbc:dataSource?statement.queryTimeout=1&statement.maxRows=0 for sql: i tried passing timeout value a sql:quey?template.queryTimeout=1 but if i s