Vanshul . Chawla Tue, 27 Oct 2015 22:31:18 -0700
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