Unable to load JKS file while resuming Camel Kafka consumer

2021-03-25 Thread Anup . Anand
Hi Community, I have been trying to suspend and resume a camel route using it's route id. This route reads from a Kafka topic and writes to a SEDA. When the route is programmatically resumed, it just stops. After debugging what I find is that an InterruptedException is not allowing to load the

Re: camel sql-stored component queryTimeout option not present

2021-03-25 Thread Anand Kumar
Hi Claus Thanks for replying. I have raised JIRA : CAMEL-16405 Thanks and Regards Anand Kumar On Thu, Mar 25, 2021, 20:10 Claus Ibsen wrote: > Hi > > This is not possible, this requires to implement an improvement to the > camel-sql component. > You are welcome to create a JIRA asking for thi

Re: camel sql-stored component queryTimeout option not present

2021-03-25 Thread Claus Ibsen
Hi This is not possible, this requires to implement an improvement to the camel-sql component. You are welcome to create a JIRA asking for this On Thu, Mar 25, 2021 at 3:06 PM Anand Kumar wrote: > > Hi Team > > How to setQueryTimeout while calling stored procedure using sql-stored > component ?

camel sql-stored component queryTimeout option not present

2021-03-25 Thread Anand Kumar
Hi Team How to setQueryTimeout while calling stored procedure using sql-stored component ? Please help. Regards Anand Kumar