Hi delay is async, it's not blocking.
On Fri, Aug 5, 2022 at 10:42 AM Simon Martinelli <si...@martinelli.ch> wrote: > Hi again, > > I tried this: > > from("timer://atimer?fixedRate=true&period=1000") > .routeId("atimer") > .log("Before") > .delay(5000) > .log("After"); > > No matter if I use fixedRate= true or false the output is in both cases > the same and there are multiple route instances running. > > What's wrong? > > Thanks, > Simmon > -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2