2009/5/4 Matteo Redaelli <[email protected]>: > > Thanks for your quick answer. > > Is it possibile to use SetProperty in Spring XML routes?
Sure it is. Take a look at camel schema for XML routes: http://camel.apache.org/schema/spring/camel-spring.xsd there is setProperty element defined and you can use it the same way as setHeader element. Roman
