If you would like to send the same original message to several endpoints (= other systems), then you use the multicast EIP pattern ( http://camel.apache.org/multicast.html) which will copy for the message to the destination endpoints.
Question : Do you send the message (= event) without taking care about the response or are you expecting the response ? On Mon, Nov 26, 2012 at 11:35 AM, maxence.dewil <[email protected]>wrote: > Thank you for your responses. > > What I'm trying to implement is a main route that sends synchronous events > to other systems (= direct:eventRoute). > > So if I understand well, to implement this pattern, each time I send an > event, I have to: > - copy the original body in a property or header > - send the event > - restore the original body from the property or header > - set it as route output > - clear the property or header > > Am I right ? > > Thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/inOnly-and-original-MEP-tp5723219p5723226.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Charles Moulliard Apache Committer / Sr. Enterprise Architect (RedHat) Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
