Re: Timer ensure that the route only runs once at a time

2022-08-08 Thread Simon Martinelli
Thank you Alex Holen Sie sich Outlook für Android<https://aka.ms/AAb9ysg> From: Mattern, Alex Sent: Monday, August 8, 2022 6:21:37 PM To: users@camel.apache.org Subject: RE: Timer ensure that the route only runs once at a time This helped me understan

RE: Timer ensure that the route only runs once at a time

2022-08-08 Thread Mattern, Alex
alex.matt...@bbh.com www.bbh.com -Original Message- From: Claus Ibsen Sent: Friday, August 5, 2022 3:21 AM To: users@camel.apache.org Subject: [EXTERNAL SENDER:] Re: Timer ensure that the route only runs once at a time Hi Do you mean only 1 run in total, then you can use repeatCount=1 The

Re: Timer ensure that the route only runs once at a time

2022-08-05 Thread Claus Ibsen
Hi Do you mean only 1 run in total, then you can use repeatCount=1 The Timer is a JDK timer so it has fixed rate | fixed interval. So set fixedRate=true if you want to sleep 9 between the runs, regardless for how long time a task takes. On Fri, Aug 5, 2022 at 9:03 AM Simon Martinelli wrote