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 <[email protected]> wrote: > > 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 -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
