Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 835D511875 for ; Tue, 9 Sep 2014 07:07:17 +0000 (UTC) Received: (qmail 88622 invoked by uid 500); 9 Sep 2014 07:07:10 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 88576 invoked by uid 500); 9 Sep 2014 07:07:10 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 88563 invoked by uid 99); 9 Sep 2014 07:07:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2014 07:07:10 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ullgren@gmail.com designates 209.85.220.177 as permitted sender) Received: from [209.85.220.177] (HELO mail-vc0-f177.google.com) (209.85.220.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2014 07:06:43 +0000 Received: by mail-vc0-f177.google.com with SMTP id la4so41369vcb.36 for ; Tue, 09 Sep 2014 00:06:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=xqYWataeC9yBfnl0y+vbQN8H55jF/pnEdUyOGL5sIfw=; b=sbRxQjWJ8k+8jRTn/2isCASqxLa6glhSo45P9AjbQCg+Df1AKEiKxFwYj6cFUki9KZ NCg7uQEr5N/Hit76uADHwUSN0CZU9AglQnVvRUNJsL8jBzaUU1EK4u5aTVQKid01oRYJ 8sWB5LT7lYRetg46NHOrjph+QMcC9im3OpQKg7/qBZh+ipUBvBnZGqeT3qVT9ksnd42U Oy6kSsJGfXF1hD1qapVZrE+h2FcXm/xy+MYpwPXzXF+FbuZM4FLhm6TZhpYtdhgsU9nQ 7SREI5h9sZA9j7DfS/yJeqb3htcDeROOA85DyQssefR88aPrVcF5xOMPnNy0yaL7qgWY Hq2Q== MIME-Version: 1.0 X-Received: by 10.52.170.211 with SMTP id ao19mr24114907vdc.23.1410246402164; Tue, 09 Sep 2014 00:06:42 -0700 (PDT) Received: by 10.220.91.137 with HTTP; Tue, 9 Sep 2014 00:06:42 -0700 (PDT) Received: by 10.220.91.137 with HTTP; Tue, 9 Sep 2014 00:06:42 -0700 (PDT) In-Reply-To: <1410243812467-5756223.post@n5.nabble.com> References: <1410243812467-5756223.post@n5.nabble.com> Date: Tue, 9 Sep 2014 09:06:42 +0200 Message-ID: Subject: Re: I want to save the whole reply on disk an read the reply later ? From: Pontus Ullgren To: users@camel.apache.org Content-Type: multipart/alternative; boundary=047d7b86f58ad8cd3505029c93b9 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b86f58ad8cd3505029c93b9 Content-Type: text/plain; charset=UTF-8 Hi You can use camel cache ( http://camel.apache.org/cache.html) for this purpose. Check example 8 in the documentation. However to be complete it should also contain an otherwise where the cached value is read from the cache. //Pontus On 9 Sep 2014 08:29, "Frankiboy" wrote: > > > > Can someone give me a hint, where and what i schould look for solving this > problem. > I want to save the reply, and if the same request comes again, "can see it > in header information", give the reply back i have saved on disk. > > Frank > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/I-want-to-save-the-whole-reply-on-disk-an-read-the-reply-later-tp5756223.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --047d7b86f58ad8cd3505029c93b9--