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

Cache the big message into the file instead of using memory

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6.0
    • 2.0-M1, 1.6.1
    • camel-core
    • None

    Description

      If we always caching the Stream message in the memory, we will get an OutOfMemoryError if we are caching the big size streams.
      In CXF , we will cache the big stream into a file instead of using the memory if the stream is big than 64K to get around this kind of issue.

      I think we need to implement a same stream caching in Camel now.

      Attachments

        Activity

          People

            njiang Willem Jiang
            njiang Willem Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: