Give setHeader a non-constant value

2014-07-16 Thread Licia
t too. Do you have any idea how I could do that ? -- View this message in context: http://camel.465427.n5.nabble.com/Give-setHeader-a-non-constant-value-tp5753914.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Give setHeader a non-constant value

2014-07-16 Thread Claus Ibsen
mple("INSERT INTO month VALUES (4, > '${header.monthName}', > ${header.ca}, ${header.margin}, 1);")) > .to("jdbc:dataSource?useHeadersAsParameters=true"); > > The line I can't seem to code is the one in bold. I'd like