[
https://issues.apache.org/jira/browse/CAMEL-7447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14009327#comment-14009327
]
Antoine DESSAIGNE commented on CAMEL-7447:
------------------------------------------
Hi Claus,
I'll be happy to update the documentation but I don't have the edit karma. My
username is antoine.dessaigne.
Thanks
> Allow to stream the result of a database query
> ----------------------------------------------
>
> Key: CAMEL-7447
> URL: https://issues.apache.org/jira/browse/CAMEL-7447
> Project: Camel
> Issue Type: New Feature
> Components: camel-jdbc
> Reporter: Antoine DESSAIGNE
> Fix For: 2.14.0
>
>
> Allow to stream the result of a database query
> Example:
> {code}
> from("direct:streamDB")
> .setBody(constant("select * from customer"))
> .to("jdbc:db?outputType=StreamList")
> .split(body())
> .to("direct:processSingleActor")
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)