Hi there,
I am new to camel, I wanted to know about setting body attributes using
apache Camel in spring DSL
Like if in my body there is a attribute for Admin Id i represent it as
${body.adminId} . What if i have
to set a constant value to it (like ADM01 or TEC02 etc.) How can i do this
using only Apache camel .
I dont want to use any POJO or processor or anything like this. I want it to
be done in spring DSL only.
Its as simple as doing it in java : public static final int MY_BDATE = 10;
Can somebody help.................... Sorry for a premature question like
this , but everybody was using an external POJO or processors for doing
this...
Thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/Setting-body-attributes-tp5727970.html
Sent from the Camel - Users mailing list archive at Nabble.com.