Uptime - Show uptime in JMX and when Camel is shutting down
-----------------------------------------------------------
Key: CAMEL-2628
URL: https://issues.apache.org/activemq/browse/CAMEL-2628
Project: Apache Camel
Issue Type: New Feature
Components: camel-core
Reporter: Claus Ibsen
Priority: Minor
It would be great if we add uptime to show how long CamelContext has been
started.
1) It should display that in JMX so you can see the current uptime.
2) And when CamelContext is shutting down it should display the uptime as well,
so you can see how long it was up for.
It should be formatted nicely like
{code}
3 days, 6 hours, 37 minutes, 6 seconds.
{code}
And the code should be in camel-core in a util class, for example the StopWatch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.