I added an property ValueBuilder for camel 1.x which allows you to do:
from("direct:start").transform(property("hello_world")).to("mock:result");
and then you have the value of the property in the body.
http://www.nabble.com/file/p24253544/property_valuebuilder-1.x.diff
property_valuebuilder-1.x.diff
Would it be possible to add it to 1.6.2?
Regards
--
View this message in context:
http://www.nabble.com/Camel-1.x-property-ValueBuilder-tp24253544p24253544.html
Sent from the Camel - Users mailing list archive at Nabble.com.