[ 
https://issues.apache.org/activemq/browse/CAMEL-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45153#action_45153
 ] 

Claus Ibsen commented on CAMEL-845:
-----------------------------------

the quartz component already has all this info straight from quartz. Just need 
to add it to the wiki.

The fire time:
 map.put("fireTime", jobExecutionContext.getFireTime());

> Add header in timer component with System.currentTimeMillis()
> -------------------------------------------------------------
>
>                 Key: CAMEL-845
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-845
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.4.0
>            Reporter: Drazen Kozic
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> It would be nice if timer component add some header with 
> System.currentTimeMillis() value.
> I suggest name of header timer.currentTimeMillis.
> Adding header value should be optional. Uri parameter 
> currentTimeMillis=true/false should regulate setting this header value.
> This header value would be very useful for debugging purposes and other 
> purposes (generating simple unique values).
> Also, there is need for formating this value: just simple long value or 
> String formated with ISO datetime pattern (yyyy-MM-dd hh:mm:ss)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to