Spring Operator

Results 412 comments of Spring Operator

**[Patrick Altaie](https://jira.spring.io/secure/ViewProfile.jspa?name=paltaie)** commented Artem, Thanks very much for your prompt response! Sorry that I wasn't clear enough in my initial synopsis. I don't wish to perform JMS interactions without a...

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented Thanks for the further explanation! Yes, I understand your **dynamic routing point**. Unfortunately the `JmsOutboundGateway` is enough comprehensive and we can't do runtime CF resolution so easy....

**[Patrick Altaie](https://jira.spring.io/secure/ViewProfile.jspa?name=paltaie)** commented Thank you for your prompt response! I was also thinking of using a Service Activator that utilises the `JmsTemplate`, but was wondering if there was interest to...

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented I think we have some internal discussion on the matter, when [Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell) will have come back. There are a lot of similar components which may rely...

**[David Geary](https://jira.spring.io/secure/ViewProfile.jspa?name=david_geary)** commented Should be XML component, affects 1.0.1

**[Jonas Partner](https://jira.spring.io/secure/ViewProfile.jspa?name=jpartner)** commented My view is that XQuery will provide a much more flexible solution to XML aggregation. I have added a new feature to JIRA, [INT-581](https://jira.spring.io/browse/INT-581).

**[David Geary](https://jira.spring.io/secure/ViewProfile.jspa?name=david_geary)** commented I agree - XQuery would be more powerful

**[David Thomas Hume](https://jira.spring.io/secure/ViewProfile.jspa?name=dthume)** commented Won't an XQuery based aggregator still have to implement the basic functionality described above before it passes the message list to the query for processing? If...

**[Sebastien Chatel](https://jira.spring.io/secure/ViewProfile.jspa?name=bugsan)** commented To understand how to build a SAX filter chain. The chain looks like this : SAXResult1 => TransformerHandler1 => SAXResult2 => TransformerHandler2 => Result3 Here is how...

**[Jonas Partner](https://jira.spring.io/secure/ViewProfile.jspa?name=jpartner)** commented Thanks for that Sebastien, would you be interested in submitting this as a patch with tests?