I attempted to post this earlier, but didn't see it post. Anyway, I'm using the SQL component and would like to split either on some number of rows or even bytes. I'd need to convert the split messages to CSV and send them over a message queue. The complicating factor is that each message to send over the queue cannot exceed a certain number of bytes and the message meta data must contain the following:
* message number * a group number (all messages in from a single invocation of the SQL component must be have the same group number) * and and indicator as to whether it's the last message in the group Would you suggest a custom splitter to handle this at the front and aggregator on the back? Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Streaming-with-the-Camel-SQL-Component-tp5737655.html Sent from the Camel - Users mailing list archive at Nabble.com.
