Antoine DESSAIGNE created CAMEL-7447:
----------------------------------------

             Summary: 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, camel-sql
            Reporter: Antoine DESSAIGNE
             Fix For: 2.14.0


Allow to stream the result of a database query

Example:
{code}
from("direct:streamDB")
    .to("sql:select * from actors?outputType=StreamList")
    .split(body())
        .to("direct:processSingleActor")
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to