Spring Operator

Results 412 comments of Spring Operator

**[Dave Syer](https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer)** commented Maybe we could use a filename suffix convention to determine the template type (String Template, Freemarker, Velocity)? Or plug in a template engine strategy? AFAIR the template...

**[Mark Fisher](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher)** commented I think the template strategy is the way to go. This would be analogous to the Serializer strategy for the payload-serializing-transformer. Like that transformer, this one would...

**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** commented I really think we should get Andy to do our own Spel-based StringTemplate and then just support that.

**[Mark Fisher](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher)** commented Relying on SpEL alone would be ideal. However, I'm also considering cases where someone needs to reference a template for a significant piece of text (e.g. an...

**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** commented SpEL templating similiar to StringTemplate should cover email templating requirements with no problem. If someone wanted to reuse their existing templates, I'd say they'd just plugin Freemarker...

**[Gunnar Hillert](https://jira.spring.io/secure/ViewProfile.jspa?name=hillert)** commented With #5031 on my plate for one of the upcoming Sprints, I was wondering how sophisticated we may want to go with the Templating support. Would SpEL...

**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented I just whipped up a Freemarker transformer for a question on StackOverflow. I wasn't aware of this issue, so I opened #7771.

**[Kirill Petrov](https://jira.spring.io/secure/ViewProfile.jspa?name=kvpetrov)** commented I just wanted to verify, is this bug about being able to set maximum number of deliveries of a message? So, if a consumer constantly rolls back...

**[David J. M. Karlsen](https://jira.spring.io/secure/[email protected])** commented This is related to #4913

**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented Yet another option would be to provide an implementation of MessageChannel that encapsulates a Collection of channels gathered based on the pattern matching. This way non of...