Re: How to set dynamic value to routeid
Hi You cannot set a dynamic route id, its assigned once during starting the route. On Tue, Oct 8, 2019 at 7:15 PM Imran Raza Khan wrote: > > i tried following and its not working > > from("direct:test") > .routeId("${body.topicName}") > > from("direct:test") > .routeId(simple("${body.topicN
How to set dynamic value to routeid
i tried following and its not working from("direct:test") .routeId("${body.topicName}") from("direct:test") .routeId(simple("${body.topicName}").toString()) Above both didnt work