Re: Async bean method

2017-05-11 Thread mortalisk
I found that the queue can not be transacted=true to have async processing. When I turned this off, messages are consumed asynchronously. Thanks for you help :) - Morten Bendiksen -- View this message in context: http://camel.465427.n5.nabble.com/Async-bean-method-tp5799201p5799303.html

Re: Async bean method

2017-05-11 Thread mortalisk
essed asynchronously in a separate thread pool. - Morten Bendiksen -- View this message in context: http://camel.465427.n5.nabble.com/Async-bean-method-tp5799201p5799275.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Async bean method

2017-05-10 Thread Zoran Regvart
n a separate thread pool. > > > > - > Morten Bendiksen > -- > View this message in context: > http://camel.465427.n5.nabble.com/Async-bean-method-tp5799201p5799235.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart

Re: Async bean method

2017-05-10 Thread mortalisk
pool. - Morten Bendiksen -- View this message in context: http://camel.465427.n5.nabble.com/Async-bean-method-tp5799201p5799235.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Async bean method

2017-05-10 Thread mortalisk
/bean/MethodInfo.java#L324 I'm not sure if this is the code that is involved, but that would block the thread if I'm not mistaken. -- View this message in context: http://camel.465427.n5.nabble.com/Async-bean-method-tp5799201p5799233.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Async bean method

2017-05-10 Thread Zoran Regvart
e from bean > methods? Am I seeing the expected behaviour? > > See the headline Asynchronous processing here: > http://camel.apache.org/bean-binding.html > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Async-bean-method-tp579920

Async bean method

2017-05-10 Thread mortalisk
of the ability to return CompletableFuture from bean methods? Am I seeing the expected behaviour? See the headline Asynchronous processing here: http://camel.apache.org/bean-binding.html -- View this message in context: http://camel.465427.n5.nabble.com/Async-bean-method-tp5799201.html Sent from