n
>
> -Original Message-
> From: Kasim Sert (Ibtech-Software Infrastructure)
> [mailto:kasim.s...@ibtech.com.tr]
> Sent: Mittwoch, 13. April 2016 12:08
> To: users@camel.apache.org
> Subject: RE: Changing header value
>
> Hi,
>
> You mean since its a constant expressi
Stephan
-Original Message-
From: Kasim Sert (Ibtech-Software Infrastructure)
[mailto:kasim.s...@ibtech.com.tr]
Sent: Mittwoch, 13. April 2016 12:08
To: users@camel.apache.org
Subject: RE: Changing header value
Hi,
You mean since its a constant expression it is evaluated at the beginning
Message-
From: Siano, Stephan [mailto:stephan.si...@sap.com]
Sent: Wednesday, April 13, 2016 12:11 PM
To: users@camel.apache.org
Subject: RE: Changing header value
Hi,
At the beginning of the route you are setting the header to the value a has
when the route is started (it's a con
would expect.
Best regards
Stephan
-Original Message-
From: Kasim Sert (Ibtech-Software Infrastructure)
[mailto:kasim.s...@ibtech.com.tr]
Sent: Mittwoch, 13. April 2016 10:52
To: users@camel.apache.org
Subject: Changing header value
Hi,
Can somebody please explain, why header value for sta
Hi,
Can somebody please explain, why header value for starting always remains same
although its changed in processor ?
Route:
İnt a=1
from("timer://myTimer2?period=1000")
.setHeader("myheader", constant(a))
.log("starting...${header[myhea