Dear All, I need to pass a List or some strings in setBody, Any hints will be more than welcome! list just contains two strings for example "userid", "password"
<route id="timeTrigger"> <from uri="timer:test?period=120000" /> <setHeader headerName="operationName"> <constant>start</constant> </setHeader> <setBody> </setBody> <to uri="cxf:bean:triggerService" /> </route> -- View this message in context: http://camel.465427.n5.nabble.com/How-to-set-List-in-setBody-Blueprint-DSL-tp5747851.html Sent from the Camel - Users mailing list archive at Nabble.com.