Getting "No getConsumers() available on Producer" on startup

2009-12-10 Thread erh
I'm having trouble with what seems to be a race condition during Camel startup, which is causing "No getConsumers() available on Producer" errors to happen: [2009-12-10 05:05:03,026][WARN][DefaultMessageListenerContainer-1][component.direct.DirectProducer(DirectProducer)-process(44)]: No getConsu

Re: Getting "No getConsumers() available on Producer" on startup

2009-12-10 Thread Claus Ibsen
Hi Yeah in Camel 2.1 you now have full control of these situations where you can dictate the order http://camel.apache.org/configuring-route-startup-ordering-and-autostartup.html And all the routes are pre started, before at the end the consumers is started and thus these situations is much less

Re: Getting "No getConsumers() available on Producer" on startup

2009-12-10 Thread erh
Claus Ibsen-2 wrote: > > Yeah in Camel 2.1 you now have full control of these situations where > you can dictate the order > http://camel.apache.org/configuring-route-startup-ordering-and-autostartup.html > > And all the routes are pre started, before at the end the consumers is > started and t