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

Claus Ibsen resolved CAMEL-2852.
--------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: Future)
                   2.8.0
         Assignee: Claus Ibsen

Lets keep the route name as they are. There may be clashes and whatnot if using 
parts of endpoint uris and whatnot.

> default route name could be based on route url, instead of routeXXX
> -------------------------------------------------------------------
>
>                 Key: CAMEL-2852
>                 URL: https://issues.apache.org/jira/browse/CAMEL-2852
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.3.0
>            Reporter: Karl Palsson
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.8.0
>
>
> with a routes like  {{from("direct:openSubscription").to("mock:blah")}}, All 
> the routes get created as route1, route2, route3.  This is used as the class 
> name when using the logging EIP (the .log() in the DSL since v2.2) and also 
> as the node name in the JMX tree of all the routes.
> You can do this: 
> {{from("direct:openSubscription").routeId("direct:openSubscription").to("mock:blah")}}
>  but it would be nice if the defaults could perhaps be based on the base of 
> the URI, as is being done for thread names in CAMEL-2847
> pure wishlist though :)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to