I am looking at some older Camel code where there are references to an Exchange property called CamelCreatedTimestamp. I believe I read a post that indicated that this property is no longer available as an Exchange property.
I've searched everywhere and cannot find much info on this property. Can anyone tell me what that property was\is and if there is a current direct replacement.If not, I need to understand the details of what that property use to contain.
The reason I ask is because I am looking at some sample code that does some date\time comparisons based on a value returned from CamelCreatedTimestamp. If this property is no longer available I shall need to build one with the exact same structure.
Thanks