Re: Meaning of synchronous for a from()

2015-05-26 Thread Claus Ibsen
On Fri, May 22, 2015 at 2:08 PM, Victor NOËL wrote: > Hi, > > I have trouble of understanding the meaning of "synchronous" parameter on a > from() in a route. > > Does it mean the whole route will be execute with the syncronous API? > No it means the thread in the consumer will wait. But mid rou

Meaning of synchronous for a from()

2015-05-22 Thread Victor NOËL
Hi, I have trouble of understanding the meaning of "synchronous" parameter on a from() in a route. Does it mean the whole route will be execute with the syncronous API? I ask because from the few tests I did, it seems that even though the first call goes through calls to process() without As