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 B2C9A31CC for ; Wed, 4 May 2011 20:18:54 +0000 (UTC) Received: (qmail 58308 invoked by uid 500); 4 May 2011 20:18:54 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 58278 invoked by uid 500); 4 May 2011 20:18:54 -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 58270 invoked by uid 99); 4 May 2011 20:18:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 20:18:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jeffrey.segal@gmail.com designates 209.85.210.45 as permitted sender) Received: from [209.85.210.45] (HELO mail-pz0-f45.google.com) (209.85.210.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 20:18:48 +0000 Received: by pzk30 with SMTP id 30so769364pzk.32 for ; Wed, 04 May 2011 13:18:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=jfwsOBO+m17s5YNq3sSb35T3xZ2CxH8uFaKcaSdAGtU=; b=eE2GTx+0nig4x4VeLNShM5oPYgnW6CMFmpfWCUwpjMDULpP8j8SPAYP78DM2pHqkzw d5DK4VByaheWqeGAK/Z7JCEc/Tjin8CdJ6h74P9j1TBrLhDtN3bqsXETSmFRq7uMeYDu BUoDol0rVZ9MnCV5t1MGAsvgwNrvLaiwj9lXE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=A66bmNlz7ntteRRfKS5jR0PCTX7qshXfOdMaEECbMGA7nWVRwHgMaQVZLPv2J2FRTV 94vj1Ikl6LhsFw8owufXOqFWpgjR7S5eEU6ZTwc0yjowtV7eiSyLLJyM6TryDIw3Wn2b DhJtTnWIhwzW4FPcv9+0PUjzoFjBewr21ORSA= MIME-Version: 1.0 Received: by 10.68.40.71 with SMTP id v7mr1970081pbk.518.1304540307709; Wed, 04 May 2011 13:18:27 -0700 (PDT) Received: by 10.68.55.199 with HTTP; Wed, 4 May 2011 13:18:27 -0700 (PDT) Date: Wed, 4 May 2011 16:18:27 -0400 Message-ID: Subject: Camel - Jetty integration From: Jeff Segal To: users@camel.apache.org Content-Type: multipart/alternative; boundary=bcaec53aec82a2e0c904a278f5fe --bcaec53aec82a2e0c904a278f5fe Content-Type: text/plain; charset=ISO-8859-1 I have some general question about Camel and Jetty integration. First, given that the jetty: Camel Component creates an embedded Jetty server, is it assumed that this component would never be used within a web app? Or am I missing something? Second, I noticed that JettyHttpComponent manages a Map of Jetty Connectors. However, CometdComponent does the same exact thing using its own Jetty Connector Map. Is there any plan to consolidate the Jetty Connectors used throughout Camel into one shared cache? For instance, it seems that one would be unable to use a jetty: and cometd: Component on the same port in the same app because only one Component would be able to successfully bind to the port. Thanks, Jeff --bcaec53aec82a2e0c904a278f5fe--