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 A5E17731B for ; Thu, 15 Dec 2011 16:52:36 +0000 (UTC) Received: (qmail 62645 invoked by uid 500); 15 Dec 2011 16:52:36 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 62609 invoked by uid 500); 15 Dec 2011 16:52:36 -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 62601 invoked by uid 99); 15 Dec 2011 16:52:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 16:52:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of arkadi.shishlov@gmail.com designates 74.125.83.45 as permitted sender) Received: from [74.125.83.45] (HELO mail-ee0-f45.google.com) (74.125.83.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 16:52:27 +0000 Received: by eekb45 with SMTP id b45so2353961eek.32 for ; Thu, 15 Dec 2011 08:52:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=zlfoFkliy0SUUDAKvhb+UTP8qCZgiY2BIOYzpfTp0Vg=; b=rwhTwipjsunYgVTwGFdldYYDJ77EUXDrZ5GtGJX5ouhk5tq5Tt2/6pi2wme74EqUDL tQyT6A0pkqJkvurDytLdu5VJXkZs9PY7reyK+V9WsCVDTCRj5MCYjY+QctFbB8EpEznU moKUciGpc9X7gVLFH2IHhayBFCpgtj8DTPF7A= Received: by 10.213.114.80 with SMTP id d16mr647216ebq.77.1323967926754; Thu, 15 Dec 2011 08:52:06 -0800 (PST) Received: from hal9011.local ([194.19.227.132]) by mx.google.com with ESMTPS id s16sm26193909eef.2.2011.12.15.08.52.03 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 15 Dec 2011 08:52:05 -0800 (PST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: users@camel.apache.org Subject: Re: Integrating existing services References: <1323964199266-5077874.post@n5.nabble.com> Date: Thu, 15 Dec 2011 18:52:01 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Arkadi Shishlov" Message-ID: In-Reply-To: <1323964199266-5077874.post@n5.nabble.com> User-Agent: Opera Mail/11.60 (MacIntel) X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 15 Dec 2011 17:49:59 +0200, msnathan wrote: > Now we see a need for a composite service/s that cut across this 8 different > application. My design is to have camel in the front of those 8 applications > and the client UI will talk to camel. The uri for composite operation will > have the subresource as composite and I will create a route for each > operation in camel. But for non composite operations I want to by-pass camel What about putting an HTTP proxy server (such as Nginx) in front of the backend to route the request based on regexp-s? Or just simple Play! Framework application, in case you prefer Java and/or would like to perform some additional processing on pass-thru requests...