Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 27346 invoked from network); 10 Feb 2009 12:55:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2009 12:55:21 -0000 Received: (qmail 34401 invoked by uid 500); 10 Feb 2009 12:55:21 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 34315 invoked by uid 500); 10 Feb 2009 12:55:21 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 34304 invoked by uid 500); 10 Feb 2009 12:55:21 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 34106 invoked by uid 99); 10 Feb 2009 12:55:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 04:55:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 12:55:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6EA99234C4B5 for ; Tue, 10 Feb 2009 04:54:59 -0800 (PST) Message-ID: <1976981211.1234270499452.JavaMail.jira@brutus> Date: Tue, 10 Feb 2009 04:54:59 -0800 (PST) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-933) Implement the Claim-Check EIP pattern In-Reply-To: <2043005304.1222189072662.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-933. ------------------------------- Resolution: Fixed Fix Version/s: 2.0.0 1.6.0 Assignee: Jonathan Anstey Jonathan have created it: http://camel.apache.org/claim-check.html > Implement the Claim-Check EIP pattern > ------------------------------------- > > Key: CAMEL-933 > URL: https://issues.apache.org/activemq/browse/CAMEL-933 > Project: Apache Camel > Issue Type: New Feature > Components: eip > Affects Versions: 1.4.0 > Reporter: Jayson Minard > Assignee: Jonathan Anstey > Fix For: 1.6.0, 2.0.0 > > > Add the Claim-Check EIP pattern to Camel allowing a process to store an out of band object and receive a claim ticket that can then be used by a later process to retrieve the object. > An example of this pattern is implemented in ActiveMQ via [BlobMessages|http://activemq.apache.org/blob-messages.html] which allows out-of-band storage of a stream of data by HTTP, FTP, SCP or other protocols. > A benefit to the system is that you can allow data that cannot reasonably go into a message to be carried along with the message (by the claim ticket) and only retrieved when needed or appropriate. Examples of that include overly large files that should not be routed to nodes that do not use the body of the file; or secure information that needs to be made available to nodes but not contained within the messaging system. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.