ok i found the solution: the problem was - the config on production was slightly diferent - without throttle.
Calling setId on a ThrottleDefinition simply doesn't work (or at least does not set the route id). So i changed the code to set the id before doing "routeDef = routeDef.throttle" (How to call a throttle with fluent api was subject on a other thread here) -- View this message in context: http://camel.465427.n5.nabble.com/naming-routes-with-setId-doesn-t-work-on-a-specific-machine-tp5754365p5754405.html Sent from the Camel - Users mailing list archive at Nabble.com.
