http://camel.apache.org/how-do-i-use-dynamic-uri-in-to.html
seems like
recipientList(simple("freemarker://templateHome/${body.templateName}.ftl"))
is the only way to use expression in recipient endpoint.
http://camel.apache.org/how-do-i-use-dynamic-uri-in-to.html
seems like
recipientList(simple("freemarker://templateHome/${body.templateName}.ftl"))
is the only way to use expression in recipient endpoint.