Hi

Welcome to the Camel community.
Next time use the @user mailing list for questions on using Camel.
Thats where the most people hang out.

See this FAQ about dynamic endpoint
http://camel.apache.org/how-do-i-use-dynamic-uri-in-to.html



On Thu, May 10, 2012 at 4:05 PM, karpaczio <karpac...@gmail.com> wrote:
> 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.



-- 
Claus Ibsen
-----------------
CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to