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
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