On Tue, Sep 25, 2012 at 10:40 AM, Michael Szalay <[email protected]> wrote: > Hi all > > I have a simple question about splitting messages: what does the <stop /> > element > mean? Does it mean a "break" or a "continue"? >
<stop/> means stop continue routing this exchange. So it depends where you use it, if used inside a splitter, then it will affect each splitted message, where as in a route route, it will stop the current message etc. > Regards > Michael > -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
