You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/06/23 07:06:00 UTC

[jira] Created: (CAMEL-627) JMX Instrumentation - PerformanceCounter - last processed timestamp when failed

JMX Instrumentation - PerformanceCounter - last processed timestamp when failed
-------------------------------------------------------------------------------

                 Key: CAMEL-627
                 URL: https://issues.apache.org/activemq/browse/CAMEL-627
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 1.4.0
            Reporter: Claus Ibsen
             Fix For: 1.4.0


I thought about another real life use case we have at work once in a while.
a) when was the last time the integration worked?
b) when was the last time the integration was invoked?

We do have option a covered now with lastExchangeCompletionTime.
However I would like another timestamp for lastExchangeTime that is just a record the last time it was processed (even if it failed).

PS: At work we do have to grep through logfiles in our legacy EIP platform.

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


[jira] Resolved: (CAMEL-627) JMX Instrumentation - PerformanceCounter - last processed timestamp when failed

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-627.
-------------------------------

    Resolution: Fixed

> JMX Instrumentation - PerformanceCounter - last processed timestamp when failed
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-627
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-627
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.4.0
>
>         Attachments: screenshot-1.jpg
>
>
> I thought about another real life use case we have at work once in a while.
> a) when was the last time the integration worked?
> b) when was the last time the integration was invoked?
> We do have option a covered now with lastExchangeCompletionTime.
> However I would like another timestamp for lastExchangeTime that is just a record the last time it was processed (even if it failed).
> PS: At work we do have to grep through logfiles in our legacy EIP platform.

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


[jira] Commented: (CAMEL-627) JMX Instrumentation - PerformanceCounter - last processed timestamp when failed

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43673#action_43673 ] 

Claus Ibsen commented on CAMEL-627:
-----------------------------------

Update the jms tutorial with the JMX Agent connector

> JMX Instrumentation - PerformanceCounter - last processed timestamp when failed
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-627
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-627
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.4.0
>
>         Attachments: screenshot-1.jpg
>
>
> I thought about another real life use case we have at work once in a while.
> a) when was the last time the integration worked?
> b) when was the last time the integration was invoked?
> We do have option a covered now with lastExchangeCompletionTime.
> However I would like another timestamp for lastExchangeTime that is just a record the last time it was processed (even if it failed).
> PS: At work we do have to grep through logfiles in our legacy EIP platform.

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


[jira] Assigned: (CAMEL-627) JMX Instrumentation - PerformanceCounter - last processed timestamp when failed

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-627:
---------------------------------

    Assignee: Claus Ibsen

> JMX Instrumentation - PerformanceCounter - last processed timestamp when failed
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-627
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-627
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.4.0
>
>
> I thought about another real life use case we have at work once in a while.
> a) when was the last time the integration worked?
> b) when was the last time the integration was invoked?
> We do have option a covered now with lastExchangeCompletionTime.
> However I would like another timestamp for lastExchangeTime that is just a record the last time it was processed (even if it failed).
> PS: At work we do have to grep through logfiles in our legacy EIP platform.

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


[jira] Commented: (CAMEL-627) JMX Instrumentation - PerformanceCounter - last processed timestamp when failed

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43674#action_43674 ] 

Claus Ibsen commented on CAMEL-627:
-----------------------------------

Code commit to trunk. Just need to update the wiki tutorial with a new chapter about the new JMX stuff in Camel 1.4

> JMX Instrumentation - PerformanceCounter - last processed timestamp when failed
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-627
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-627
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.4.0
>
>         Attachments: screenshot-1.jpg
>
>
> I thought about another real life use case we have at work once in a while.
> a) when was the last time the integration worked?
> b) when was the last time the integration was invoked?
> We do have option a covered now with lastExchangeCompletionTime.
> However I would like another timestamp for lastExchangeTime that is just a record the last time it was processed (even if it failed).
> PS: At work we do have to grep through logfiles in our legacy EIP platform.

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


[jira] Updated: (CAMEL-627) JMX Instrumentation - PerformanceCounter - last processed timestamp when failed

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-627:
------------------------------

    Attachment: screenshot-1.jpg

> JMX Instrumentation - PerformanceCounter - last processed timestamp when failed
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-627
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-627
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.4.0
>
>         Attachments: screenshot-1.jpg
>
>
> I thought about another real life use case we have at work once in a while.
> a) when was the last time the integration worked?
> b) when was the last time the integration was invoked?
> We do have option a covered now with lastExchangeCompletionTime.
> However I would like another timestamp for lastExchangeTime that is just a record the last time it was processed (even if it failed).
> PS: At work we do have to grep through logfiles in our legacy EIP platform.

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


[jira] Work started: (CAMEL-627) JMX Instrumentation - PerformanceCounter - last processed timestamp when failed

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on CAMEL-627 started by Claus Ibsen.

> JMX Instrumentation - PerformanceCounter - last processed timestamp when failed
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-627
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-627
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.4.0
>
>         Attachments: screenshot-1.jpg
>
>
> I thought about another real life use case we have at work once in a while.
> a) when was the last time the integration worked?
> b) when was the last time the integration was invoked?
> We do have option a covered now with lastExchangeCompletionTime.
> However I would like another timestamp for lastExchangeTime that is just a record the last time it was processed (even if it failed).
> PS: At work we do have to grep through logfiles in our legacy EIP platform.

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