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 2009/08/09 14:37:36 UTC

[jira] Resolved: (CAMEL-1896) DataSet - Also use throughput logger for reporting receiving

     [ https://issues.apache.org/activemq/browse/CAMEL-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1896.
--------------------------------

    Resolution: Fixed

trunk: 802532

> DataSet - Also use throughput logger for reporting receiving
> ------------------------------------------------------------
>
>                 Key: CAMEL-1896
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1896
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0-M3
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.0.0
>
>
> When using DataSet endpoint the sender and receiver is not reporting totally similar.
> The receiver is logging using a regular logger and using fixed name.
> It should also use a throughput logger with its endpoint uri as name, then you can correlate sender/receiver.
> Such as shown below
> {code}
> 2009-08-09 14:19:03,259 [ataSetComponent] INFO  dataset://acme                 - Sent: 8000 messages so far. Last group took: 48 millis which is: 41,666.667 messages per second. average: 23,391.813
> 2009-08-09 14:19:03,259 [acme?size=20000] INFO  dataset://acme                 - Received: 8000 messages so far. Last group took: 48 millis which is: 41,666.667 messages per second. average: 23,460.411
> {code}

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