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
