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

Reply via email to