This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git commit 29c126fd31cf251128c245798740c2b3683ce37e Author: bdevido <47347518+bdevido@users.noreply.github.com> AuthorDate: Tue May 28 14:27:57 2019 +0200 Update MessageHistory.java CAMEL-13587: Inflight repository browse should compute elapsed if the message is still inflight at a given node. Thanks to Barbara De Vido for reporting. --- camel-core/src/main/java/org/apache/camel/MessageHistory.java | 1 + 1 file changed, 1 insertion(+) diff --git a/camel-core/src/main/java/org/apache/camel/MessageHistory.java b/camel-core/src/main/java/org/apache/camel/MessageHistory.java index 217b9d2..683c7f7 100644 --- a/camel-core/src/main/java/org/apache/camel/MessageHistory.java +++ b/camel-core/src/main/java/org/apache/camel/MessageHistory.java @@ -48,6 +48,7 @@ public interface MessageHistory { /** * Gets the elapsed time in millis processing the node took + * (this is 0 until the node processing is done) */ long getElapsed();