I have a camel route defined in applicationcontext. I try to start this rout with a timer so that it should start every 10 seconds.
But nothing happen:
<route id="myTimestampWriterRoute">
<from
uri="timer://http://localhost:8080/**Path**/time/getcurrenttime/?period=10000"
/>
<bean ref="controllerTimestamp" method="writeTimestampToDB"
/>
</route>
Im i doing it right with that mailing List?
regards
Daniel
