You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/01 11:43:58 UTC

[jira] [Commented] (CAMEL-10344) RouteIdFactory - That can assign route ids using derived values from uris

    [ https://issues.apache.org/jira/browse/CAMEL-10344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15711746#comment-15711746 ] 

ASF GitHub Bot commented on CAMEL-10344:
----------------------------------------

Github user tkopczynski closed the pull request at:

    https://github.com/apache/camel/pull/1324


> RouteIdFactory - That can assign route ids using derived values from uris
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-10344
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10344
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.19.0
>
>
> When using routes that uses direct/seda etc as route inputs, then you may want to use their name as the route id, eg
> direct:foo   -> foo
> seda:bar    -> bar
> jms:orders -> orders
> Instead of having route1, route2 as auto assigned names. 
> There could be a NodeIdFactory that assign such names for route's. For example it can use the context-path of the route url as the name.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)