Hi all,

Is a way exist when use a DirectEndpoint to force camel wait execution of 
all routes before send response back to first endpoint ?

For example if I have the following routes

<camelContext id="camel" ..>
        <from uri="direct:A">
        <to uri="">
        …
        N routes
        
</camelContext>

Want camel execute the N routes before send response back to "direct:A".
Best regards,
Mta38

-- 
View this message in context: 
http://www.nabble.com/Force-Camel-wait-all-route-execution-tp21311484s22882p21311484.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to