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 C1D6217A35 for ; Mon, 11 May 2015 02:57:09 +0000 (UTC) Received: (qmail 25746 invoked by uid 500); 11 May 2015 02:57:09 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 25695 invoked by uid 500); 11 May 2015 02:57:09 -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 25683 invoked by uid 99); 11 May 2015 02:57:09 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2015 02:57:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 82FAF183A2D for ; Mon, 11 May 2015 02:57:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.9 X-Spam-Level: * X-Spam-Status: No, score=1.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_REPLY=1, KAM_LIVE=1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id X9oHaW5R8X2L for ; Mon, 11 May 2015 02:56:56 +0000 (UTC) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id EE15C215CB for ; Mon, 11 May 2015 02:56:55 +0000 (UTC) Received: by iedfl3 with SMTP id fl3so110961632ied.1 for ; Sun, 10 May 2015 19:56:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:message-id:in-reply-to:references:subject:mime-version :content-type:content-transfer-encoding:content-disposition; bh=WUHFhVIR38h3phBvFr3EKXzx8SmTQJl5vCxvD/S41Xc=; b=polZahwDphO4jFAyJrcBd/yUbmJuPj/Dpg1TbH6SsW37s4+wNrScgR0dEuGj7biUUe dAzxPJHj3sa/B+QkiALE2rfaXucektCJp5jJi3Z0bhkXPWymIDqWFjrBq1EHHmRYu/t/ vciNK3b5JFH0D4jjZt3FDNVBryxEQoN/uAwjDuo3b06bMzpz5kch+CFdutG9ML09qAyM sfPrv3swETJ/mJGC5k9VJwp3InF5QwXszlXQsUY2/fge/f2HYR59HgmuS2cZrCAO9vY/ fFc0MCumngqbhK7jq5s+bflObZliYzHVIuGwMwxHdHqkPpU+Q5yJroIbEmY3myHawAjk oDBQ== X-Received: by 10.50.72.8 with SMTP id z8mr10609451igu.36.1431313014889; Sun, 10 May 2015 19:56:54 -0700 (PDT) Received: from localhost ([123.116.42.13]) by mx.google.com with ESMTPSA id v4sm8926527ioi.40.2015.05.10.19.55.49 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 May 2015 19:56:51 -0700 (PDT) Date: Mon, 11 May 2015 10:55:40 +0800 From: Willem Jiang To: users@camel.apache.org Message-ID: In-Reply-To: References: Subject: Re: Vramel or modifying Camel X-Mailer: Airmail (251) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline You can integrate the vert.x with Camel by implement the camel component = API (which could be a more easy way to go), and we just have camel-vertx = component=5B1=5D to do this kind of work. the Vramel way is like reimplement the Camel DSL on base of vert.x API, w= hich need to lots of work to reimplement the Camel core functions. =5B1=5Dhttp://camel.apache.org/vertx.html -- =20 Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang =20 Weibo: =E5=A7=9C=E5=AE=81willem On May 3, 2015 at 7:50:27 AM, Anton Hughes (kurrent93=40gmail.com) wrote:= > Hi > =20 > I am currently developing a vert.x project, and am looking for how to > integrate Camel. > =20 > I recently came by https://github.com/wired-mind/Vramel - a port of Cam= el > to Vertx. > =20 > =46rom cursory look into Vramel, it seems to be mostly identical to Cam= el. > =20 > As I am not deeply familiar with the camel core and internals, I would = be > interested to learn what, in Camel, would need to be modified so that i= t > can run using the vert.x bus and async model=3F > =20 > Thanks > =20