Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 45209 invoked from network); 1 Apr 2011 16:41:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Apr 2011 16:41:58 -0000 Received: (qmail 82368 invoked by uid 500); 1 Apr 2011 16:41:57 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 82340 invoked by uid 500); 1 Apr 2011 16:41:57 -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 82332 invoked by uid 99); 1 Apr 2011 16:41:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 16:41:57 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harald.wellmann@gmx.de designates 213.165.64.23 as permitted sender) Received: from [213.165.64.23] (HELO mailout-de.gmx.net) (213.165.64.23) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 01 Apr 2011 16:41:48 +0000 Received: (qmail invoked by alias); 01 Apr 2011 16:41:28 -0000 Received: from p5DC4145B.dip0.t-ipconnect.de (EHLO [192.168.0.2]) [93.196.20.91] by mail.gmx.net (mp023) with SMTP; 01 Apr 2011 18:41:28 +0200 X-Authenticated: #4575739 X-Provags-ID: V01U2FsdGVkX1+TzfcDd2+TxcuFwrAI+ABOzD3ISL5C5u9+UTkT3f o39VU/jnt8EJyH Message-ID: <4D960023.8020707@gmx.de> Date: Fri, 01 Apr 2011 18:41:07 +0200 From: Harald Wellmann User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: users@camel.apache.org Subject: Re: Asynchronous Remoting with Futures References: <4D7E7BA2.7030006@gmx.de> <4D7FAC30.8050700@gmx.de> <4D8065A3.6020200@gmail.com> <4D83C9E4.8070309@gmx.de> <1301565477037-4273033.post@n5.nabble.com> In-Reply-To: <1301565477037-4273033.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org Cool, thanks :-) I'll check this out and give you some feedback. Best regards, Harald Am 31.03.2011 11:57, schrieb davsclaus: > This has been implemented in Camel 2.8. You can now use Future in your client > interfaces, and the invocation will now be asynchronous. > > And there is a little example here > https://cwiki.apache.org/confluence/display/CAMEL/Using+CamelProxy > > ----- > Claus Ibsen