Hi List,

We use JMX to monitor our camel routes. That works great, but we need to
add a routeId("") to every route manually to get rid of the standard
"route46" id.

by default we just use the endpointuri of the route, because most of the time
we create our routes with a consumer starting with from(uri)...

so everywhere we add, for example:
from("cxf:bean:statusService").routeId("cxf:bean:statusService")...

Is there a way to set a "RouteNameStrategy"?
Or couldn't you chage camel to default to use the endpointUri for
routeId in jmx, traceing and logging,
if another routeId is not specified.

regards
Bjorn

Reply via email to