You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Poorna <po...@yahoo.com> on 2015/06/18 23:27:25 UTC

Timer endpoint not fired automatically with Camel 13.0.X

Hi,

After I upgrade camel version from 2.12.5 to any higher version (and also
spring 4.1.x), the timer endpoint is not getting fired automatically. I
tried by providing autostartup as true. I am using java dsl (by extending
springroutebuilder)

@Component
public class TestRoute extends SpringRouteBuilder {

public void configure() {
 from("timer://foo").id("timer").autoStartup(true)
......
...
}
}

Can anyone help me on this?




--
View this message in context: http://camel.465427.n5.nabble.com/Timer-endpoint-not-fired-automatically-with-Camel-13-0-X-tp5768376.html
Sent from the Camel - Users mailing list archive at Nabble.com.