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
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
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
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.
>
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