Re: Dynamic from endpoint

2013-04-09 Thread Claus Ibsen
Hi Read about using property placeholders with Camel. There is a link from the user guide On Tue, Apr 9, 2013 at 4:57 PM, Bazzer wrote: > I want to do the same thing, but we're using the Spring DSL. I was wondering > if there was a way to use variable substitution, so I could change a bunch > of

Re: Dynamic from endpoint

2013-04-09 Thread Bazzer
I want to do the same thing, but we're using the Spring DSL. I was wondering if there was a way to use variable substitution, so I could change a bunch of routes at startup without changing all my route definitions, something like: with my routes defined like: or: -- View this message

Re: Dynamic from endpoint

2011-01-11 Thread Claus Ibsen
On Tue, Jan 11, 2011 at 12:23 PM, Johan Haleby wrote: > > Hi, > > I need to dynamically configure "from" endpoints at runtime. The reason is > that I need to poll RSS URI's and an administrator must be able to add or > remove which RSS URI's to poll at run-time (from a web interface). What's > the