Hi I have a route, that regularly fetches data from an uri.
from("quartz://camelLogTimer?trigger.repeatInterval=10s&stateful=true"). to(endpointUri). unmarshal(). ... // here I can find out what is new endpointUri It appeared that original endpointUri may change and I'll receive this new endpoint as a part of fetched data. Any ideas how I can modify this routing, so that next time quartz triggers this job, new endpoint will be used ? thanks Lukas -- View this message in context: http://camel.465427.n5.nabble.com/Http-component-dynamic-endpoint-uri-tp5700327.html Sent from the Camel Development mailing list archive at Nabble.com.