Re: in Camel+Spring Boot, how to dynamically update a property

2024-03-28 Thread Claus Ibsen
Hi See also https://camel.apache.org/manual/context-reload.html#_using_context_reloading On Wed, Mar 27, 2024 at 10:00 PM Mitch Trachtenberg wrote: > I have a Camel Spring Boot app whose application.properties file has the > line: > greeting=Hello. > > Sure enough, a route with body set to

in Camel+Spring Boot, how to dynamically update a property

2024-03-27 Thread Mitch Trachtenberg
I have a Camel Spring Boot app whose application.properties file has the line: greeting=Hello. Sure enough, a route with body set to {{greeting}} has a body of "Hello". I'd like to handle a GET or POST to an endpoint by changing what is picked up by {{greeting}}. Various AIs tell me to use