On Thu, Mar 11, 2010 at 10:11 AM, ext2 <[email protected]> wrote: > > Hi: > The camle's enrich pattern could be used to enrich the original > message by a producer's result message. > And does the pattern support to enrich the original message by a > "customed route result"? > For example, it maybe looks liked as : > <enrich aggregation="enrichAggregator> > <pipeline> > ... some processes .. > </pipeline> > </enrich> > > >
You can use direct endpoint http://camel.apache.org/direct To use another Camel route as the "customized route result". -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
