GitHub user anandbanik opened a pull request:
https://github.com/apache/camel/pull/2210
CAMEL-12235 - Added timestamp to message header
Currently, the timestamp of the message produced by the publisher cannot be
accessed by the Message API in the custom processor where the message is being
consumed. This improvement adds the timestamp to the Message Header.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anandbanik/camel CAMEL-12235
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2210.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2210
----
commit 114f47f369957f2af97049b2c5b0c5116a1f6cde
Author: Anand Banik <anand.banik@...>
Date: 2018-02-06T19:16:21Z
CAMEL-12235 - Added timestamp to message header
----
---