Re: Camel 3.10 camel-sjms2 transactions will do not work with onCompletion defined.

2021-06-29 Thread Nick Paul
I've tried with 3.11.0 and it's still not working. I've also updated/uploaded my testing route to github if you want to take a look. https://github.com/NickPaul41/camel-sjms2-issue-example Nick Paul On Sun, Jun 27, 2021 at 3:31 AM Claus Ibsen wrote: > Hi > > The route snippet you pasted is

Re: Quartz: Set trigger misfire instruction

2021-06-29 Thread shiva kumar g.v
Hi Claus, Camel version=3.8.0 Issue faced: when ever i restart my springboot jar i get below message in log and Quartz scheduler immidiately trigger job. I want to stop this behaviour and allow scheduler to run at next scheduled interval instead of running immediately. .ie

Re: Quartz: Set trigger misfire instruction

2021-06-29 Thread Claus Ibsen
Hi Can you provide more details. What Camel version. And post at least all the route code where you use that quartz thingy. And paste the exception / error message. On Mon, Jun 28, 2021 at 7:07 PM shiva kumar g.v wrote: > > Hi team, > > How can we set trigger misfire instruction when using > Qua

Quartz: Set trigger misfire instruction

2021-06-29 Thread shiva kumar g.v
Hi team, How can we set trigger misfire instruction when using QuartzScheduledPollConsumerScheduler. ? I tried setting scheduler.trigger.misfireInstruction=2 .it threw error. Invalid parameter. Thanks, Shiva