Hi
Well spotted. The ticket is created
https://issues.apache.org/jira/browse/CAMEL-4925
2012/1/20 Zhemzhitsky Sergey :
> Hi gurus,
>
> I have the following issue. I need to send requests to webservice from camel
> on timer events.
> As timer consumer uses synchronous event firing , only one req
Hi gurus,
I have the following issue. I need to send requests to webservice from camel
on timer events.
As timer consumer uses synchronous event firing , only one request can be sent
at the same time. What I’d like is use to threads DSL to process multiple timer
events at the same time.
Here