Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-7447

Allow to stream the result of a database query

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.14.0
    • camel-jdbc
    • None
    • Patch Available
    • Unknown

    Description

      Allow to stream the result of a database query

      Example:

      from("direct:streamDB")
          .setBody(constant("select * from customer"))
          .to("jdbc:db?outputType=StreamList")
          .split(body())
              .to("direct:processSingleActor")
      

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            antoine.dessaigne Antoine DESSAIGNE
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: