Streaming huge files in Camel

2014-04-11 Thread davidrobert
We have the following requirement: 1. Poll from a database 2. Marshall the result set into XML 3. Send the XML in a JMS message to a downstream system The issue is, some of the result sets could be huge - millions of rows. The transformer may be unable to handle this simply because of

Re: Streaming huge files in Camel

2014-04-11 Thread davidrobert
That would not work for us, but we did look into it. We need to select by a field with a timestamp, and sometimes there could be millions of rows with that timestamp. Is there anything out of the box which Camel can offer us Claus? -- View this message in context:

Re: Streaming huge files in Camel

2014-04-11 Thread davidrobert
Claus, would that work with millions of rows? Or would you go with a batch solution? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Streaming-huge-files-in-Camel-tp5750096p5750106.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel versus Spring Integration

2014-01-26 Thread davidrobert
We are building an application which reads from a database, transforms into XML, and then places messages onto a topic for an external system. For this use case, would there be any reasons to favour Camel over Spring Integration? Also, in general, what advantages, if any, does Camel have over

Support for Spring SPEL

2014-01-10 Thread davidrobert
Does Camel support SPEL in it's configuration? For instance, could you resolve a reference a Spring bean, or to a specific Topic or Queue, using SPEL? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Support-for-Spring-SPEL-tp5745829.html Sent from the Camel - Users