Re: ActiveMQ processing

2014-01-08 Thread Henryk Konsek
> I know that I will get the result when the request is solved in queue, but > for example, when I am processing big amount of data, I don't want to wait > 20 seconds. You won't wait. :) You will submit task to the queue and immediately return control to the "response" bean at the end of the route

Re: ActiveMQ processing

2014-01-07 Thread kraythe .
ing data > in progress), and all work would be done in background. Hope you know what > I > mean :-) > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/ActiveMQ-processing-tp5745652p5745676.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: ActiveMQ processing

2014-01-07 Thread jamalissimo
rn result right away(like processing data in progress), and all work would be done in background. Hope you know what I mean :-) -- View this message in context: http://camel.465427.n5.nabble.com/ActiveMQ-processing-tp5745652p5745676.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ActiveMQ processing

2014-01-07 Thread Henryk Konsek
> If you are not using InOnly pattern If you *are* using InOnly pattern

Re: ActiveMQ processing

2014-01-07 Thread Henryk Konsek
Hi Roman, > I simply need to send request to add user and immediately > receive response that it was added in the queue and is being processed Your route seems to do it :) . If you are not using InOnly pattern (just as you do), Camel will proceed to bean:response as soon as the JMS message will b

ActiveMQ processing

2014-01-06 Thread jamalissimo
ot;); I am using Karaf 2.3.1 and Camel 2.11.0 Thanks for help -Roman -- View this message in context: http://camel.465427.n5.nabble.com/ActiveMQ-processing-tp5745652.html Sent from the Camel - Users mailing list archive at Nabble.com.