You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Resolved) (JIRA)" <ji...@apache.org> on 2012/03/16 09:29:39 UTC

[jira] [Resolved] (CAMEL-5099) Timer component - Should use thread name pattern so the thread name is aligned with the Camel threads

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

Claus Ibsen resolved CAMEL-5099.
--------------------------------

    Resolution: Fixed
    
> Timer component - Should use thread name pattern so the thread name is aligned with the Camel threads
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-5099
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5099
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.9.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.10.0
>
>
> When using the timer component, the thread name will just be the timer name.
> Before
> {code}
> 2012-03-16 09:28:42,857 [foo                                ] INFO  route1                         - Fired timer
> {code}
> After
> {code}
> 2012-03-16 09:28:18,611 [Camel (camel-1) thread #0 - foo    ] INFO  route1                         - Fired timer
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira