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.
.
.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
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
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.