[
https://issues.apache.org/jira/browse/ARTEMIS-2919?focusedWorklogId=518561&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-518561
]
ASF GitHub Bot logged work on ARTEMIS-2919:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 01/Dec/20 17:37
Start Date: 01/Dec/20 17:37
Worklog Time Spent: 10m
Work Description: jbertram commented on a change in pull request #3279:
URL: https://github.com/apache/activemq-artemis/pull/3279#discussion_r533597858
##########
File path: docs/user-manual/en/address-model.md
##########
@@ -964,3 +965,13 @@ queues created on the matching address. Defaults to 0.
Read more about
`enable-metrics` determines whether or not metrics will be published to any
configured metrics plugin for the matching address. Default is `true`. Read
more
about [metrics](metrics.md).
+
+`enable-ingress-timestamp` determines whether or not the broker will add its
+timestamp to messages sent to the matching address. When `true` the exact
behavior
+will depend on the specific protocol in use. For AMQP messages the broker will
+add a `long` *message annotation* named `x-opt-ingress-timestamp-millis`. For
core
+messages (used by the core and OpenWire protocols) the broker will add a
property
+named `_AMQ_INGRESS_TIMESTAMP`. For STOMP messages the broker will add a frame
+header named `ingress-timestamp`. The value will be a 64-bit
+[epoch](https://en.wikipedia.org/wiki/Unix_time) timestamp with millisecond
+precision. Default is `false`.
Review comment:
Will do.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 518561)
Time Spent: 4h 20m (was: 4h 10m)
> Support timestamping incoming messages
> --------------------------------------
>
> Key: ARTEMIS-2919
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2919
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 4h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)