Re: Fw: Simple Expressions in to() Definitions

2010-11-04 Thread Richard Kettelerij
-- Richard Kettelerij, http://github.com/rkettelerij -- View this message in context: http://camel.465427.n5.nabble.com/Fw-Simple-Expressions-in-to-Definitions-tp3249333p3250936.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Simple Expressions in to() Definitions

2010-11-03 Thread Claus Ibsen
Hi Learn the EIP patterns. You should use the recipient list pattern On Thu, Nov 4, 2010 at 12:07 AM, Mark Borner wrote: > > Hello all: > > Is it possible to use Simple expressions in the to() definition of your > route? > > For example: > > .to("direct:NB-${header.product}") > >

Fw: Simple Expressions in to() Definitions

2010-11-03 Thread Mark Borner
imple Expressions in to() Definitions Hello all: Is it possible to use Simple expressions in the to() definition of your route? For example: .to("direct:NB-${header.product}") I've been through the Camel in Action book, and the only examples I can see are for t

Simple Expressions in to() Definitions

2010-11-03 Thread Mark Borner
Hello all: Is it possible to use Simple expressions in the to() definition of your route? For example: .to("direct:NB-${header.product}") I've been through the Camel in Action book, and the only examples I can see are for the "file:" component: .to("file://riders/orders