Restarting CamelContext and re-resolving endpoint URIs

2016-03-19 Thread Ryan Moquin
Hi, I normally use OSGi with Camel therefore I am able to take advantage of the fact that when a property that is used in an endpoint url, is changed in it's configuration file, the camel context reloads and the endpoint uri is rebuilt with the updated property value. I'm working on a project tha

Re: Restarting CamelContext and re-resolving endpoint URIs

2016-03-18 Thread Ryan Moquin
Never mind, I just noticed that stopping and restarting is reloading the properties, I must have accidentally changed the wrong property which is why it didn't work, My bad. :) On Fri, Mar 18, 2016 at 9:25 AM Ryan Moquin wrote: > Hi, > > I normally use OSGi with Camel therefore I am able to ta