You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "Vanshul.Chawla" <Va...@target.com> on 2015/10/28 06:30:32 UTC

Camel Simple language ++ operator

Hello all,

Can I get an example on how to use ++ operator in Camel Spring DSL

I did this <simple> MsgID:${header.Index} +1</simple> and <simple> MsgID:${header.Index}++</simple>   But both doesn't work

Vanshul