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 (JIRA)" <ji...@apache.org> on 2013/01/12 12:58:12 UTC

[jira] [Created] (CAMEL-5960) Add routeId as function to simple language

Claus Ibsen created CAMEL-5960:
----------------------------------

             Summary: Add routeId as function to simple language
                 Key: CAMEL-5960
                 URL: https://issues.apache.org/jira/browse/CAMEL-5960
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Priority: Minor


We have id, camelId etc. It would be nice with a routeId, so people easily can grab the route id, such as doing logging etc.

{code}
  from(...)
     .log("Routing at ${routeId} with payload ${body}")
     ...
{code}

See
http://camel.apache.org/simple

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira