Hi

I am trying to ensure I understand the significance of the ordering of
routes

Assume I have route #1 which publishes messages on to a SEDA Queue, e.g. 
*from(endpoint).to(sedaQueue)*

and I have  route #2 which consumes messages from the same seda queue, e.g.
*from(sedaQueue).to(endpoint)*.

I should set the startup order on route #2 to be 1 and the startup order of
route number 1 to be 2. Right?

Secondly, I should use the ShutdownRoute.Defer option on route #2. Right?

Thanks in advance
Joe



--
View this message in context: 
http://camel.465427.n5.nabble.com/Ordering-of-routes-and-ShutdownRoute-Defer-option-tp5718891.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to