Re: Producer-consumer problem in Camel

2015-12-08 Thread hasikada
Only, "activemq:queue:requests") . from("direct:processRequest") . -- View this message in context: http://camel.465427.n5.nabble.com/Producer-consumer-problem-in-Camel-tp5774608p5774836.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Producer-consumer problem in Camel

2015-12-08 Thread hasikada
. .log("DONE") Now, I get the output what I expect. For example the 'handleUserRequest' is invoked randomly REST 3 times via REST. RECEIVED RECEIVED PROCESSING RECEIVED DONE PROCESSING DONE PROCE

Re: Producer-consumer problem in Camel

2015-12-03 Thread hasikada
m seda queue are processed one by one in 'direct:processRequest' route. But it doesn't happen. Currently when I invoke the 'handleUserRequest' two times (or more times). I see two processing by 'direct:processRequest' route. Adam -- View this message in con

Re: Producer-consumer problem in Camel

2015-12-01 Thread yogu13
what do you mean by "It still allows to process multiple user requests in time" ? Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Producer-consumer-problem-in-Camel-tp5774608p5774613.html Sent from the Camel - Users mailing list archive at Nabble.com.