Hi,

I want to run my camel route in multiple threads.

<camel:route>
    <camel:from uri="timer://foo2?period=10"></camel:from>
    <camel:bean ref="abc" method="m1" />
    <camel:bean ref="def" method="m2" />
</camel:route>

Is there any way i can run same route in multiple threads. basically same
route execute parallely in multiple threads.

Thanks,
Tarun

Reply via email to