Re: Camel choice processor

2013-01-11 Thread Claus Ibsen
source code for Camel 1.6 and see how Camel tests itself, and the choice. > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-choice-processor-tp5725214p5725369.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibs

Re: Camel choice processor

2013-01-10 Thread Claus Ibsen
ew this message in context: > http://camel.465427.n5.nabble.com/Camel-choice-processor-tp5725214p5725219.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http:

Re: Camel choice processor

2013-01-10 Thread Claus Ibsen
ader("MessageType", > constant("Customer")).to("direct:applyIdempotent"). > > when(ns.xpath("/customer:some")).setHeader("BusinessKey", > ns.xpath("/cust",String.class)).setHeader("MessageType", > const

Camel choice processor

2013-01-10 Thread dhruv.sachdeva
:some")).setHeader("BusinessKey", ns.xpath("/cust",String.class)).setHeader("MessageType", constant("Cust")).to("direct:applyIdempotent"); -- View this message in context: http://camel.465427.n5.nabble.com/Camel-choice-processor-tp5725214.html Sent from the Camel - Users mailing list archive at Nabble.com.