Hi Can you be more specific with what you mean with separate process?
There is an exec to run an executable http://camel.apache.org/exec On Fri, Jun 21, 2013 at 1:19 AM, Sean Beck <seanmckayb...@gmail.com> wrote: > So I have figured out how to gather messages based on my criteria. A > process needs to be started as soon as two messages have been received. > Currently I have: > > from("jms:newFileQueue").aggregate(new > HeaderExpression("CamelFileName")).completionSize(2).to("triggerservice to > process and merge files") > > The portion I am unsure on is the very last call to to(). How would I start > up a separate process once I get the necessary completionSize? > > Thanks -- Claus Ibsen ----------------- www.camelone.org: The open source integration conference. Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen