In Apache Camel, is it possible to use template groups (c.f. https://theantlrguy.atlassian.net/wiki/display/ST4/Group+file+syntax) using the string-template component ?
I would like to load a template group file to be able to used the named templates defined there and use them in the template file refered to by a string-template endpoint.
There does not seem to be any means to configure the string-template endpoint or component to define where to load a group file.
Any ideas on whether this is possible or not and if so how ?