Hi Ron,you could start the route right away together with the context (autostart). Or you simply obtain the context and call startRoute("processing").
But why all this deferred starting? Why not just start the route and send Exchanges whenever you want to process? If you need to control a routes lifecycle in detail (suspending, resuming) have a look at what route policies can do.
Regards, Ralf On 4/29/20 12:28 AM, Ron Cecchini wrote:
But I really don't know how to*start* a route.