[ 
https://wso2.org/jira/browse/ESBJAVA-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=28020#action_28020
 ] 

Hiranya Jayathilaka commented on ESBJAVA-572:
---------------------------------------------

ESB enables access to the JMSTimestamp transport header (JMS_TIMESTAMP). To 
retrieve the header value in the ESB configuration use the expression 
'$trp:JMS_TIMESTAMP'. For example to log the JMS timestamp use the following 
log mediator configuration.

<log level="custom">
     <property name="ReceivedTime" expression="$trp:JMS_TIMESTAMP"/>
</log>

> getting the time message was put on the queue
> ---------------------------------------------
>
>                 Key: ESBJAVA-572
>                 URL: https://wso2.org/jira/browse/ESBJAVA-572
>             Project: WSO2 ESB
>          Issue Type: New Feature
>    Affects Versions: FUTURE
>            Reporter: Remsy Schmilinsky
>            Assignee: Hiranya Jayathilaka
>
> The ability to get the time the message was put on the queue and assign it to 
> a property within a mediator when using JMS transport for incoming messages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to