Beginner trying to understand here...Could this have been done as

from("ftp:foo")
.split(body().tokenize("\n"))
.groupExchanges()
.process(new DumpToJmsProcessor("jms:bar"))

which, granted, involves coding DumpToJmsProcessor; but on the other
hand, would a failure result in rolling back the file and the
processor not getting invoked?

On Fri, Nov 26, 2010 at 9:36 AM, Andreas A. <andreasasm...@gmail.com> wrote:
>
> I will ask the computer now! but it was easier to ask you than setting up and
> configuring transaction managers etc. :)
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/How-to-improve-robustness-of-my-routes-tp3281265p3281392.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to