Jetty-splitter-aggregator - reply

2009-03-06 Thread beduin


-- 
View this message in context: 
http://www.nabble.com/Jetty-splitter-aggregator---reply-tp22374389p22374389.html
Sent from the Camel - Users mailing list archive at Nabble.com.



routing like jetty-splitter-aggregator-reply request/response problem

2009-03-06 Thread beduin

Hi, I'm building a routing like this :

from jetty to
splitter to
aggegator to
responseProcessor to
mockend

each endpoint is set to InOut and direct.
Basically I want that request from jetty (that's like a batch to process)
being splitted, processed (when all work), aggegated and have a response
back.
Instead what happen's that after splitted the last message is back as a
response ... then the next endpoint will work fine but the (wrong) response
is already back to jetty ...
How can I tell to wait for a response by my responseProcessor ?

Thanks to all try give me a suggest
-- 
View this message in context: 
http://www.nabble.com/routing-like-%22jetty-splitter-aggregator-reply%22-request-response-problem-tp22374696p22374696.html
Sent from the Camel - Users mailing list archive at Nabble.com.