Re: Async processing and number of inflight exchanges issue

2012-01-20 Thread Claus Ibsen
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

Async processing and number of inflight exchanges issue

2012-01-19 Thread 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 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