Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 93154 invoked from network); 20 Jul 2009 04:10:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jul 2009 04:10:23 -0000 Received: (qmail 92893 invoked by uid 500); 20 Jul 2009 04:11:29 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 92819 invoked by uid 500); 20 Jul 2009 04:11:28 -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 92685 invoked by uid 500); 20 Jul 2009 04:11:28 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 92666 invoked by uid 99); 20 Jul 2009 04:11:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2009 04:11:26 +0000 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; Mon, 20 Jul 2009 04:11:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BF5D929A0026 for ; Sun, 19 Jul 2009 21:10:34 -0700 (PDT) Message-ID: <1628441058.1248063034782.JavaMail.jira@brutus> Date: Sun, 19 Jul 2009 21:10:34 -0700 (PDT) From: "Hadrian Zbarcea (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-1809) Share the Jetty connector across camel context In-Reply-To: <82229391.1247029807340.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea updated CAMEL-1809: ----------------------------------- Fix Version/s: (was: 2.0.0) 2.0-M3 > Share the Jetty connector across camel context > ---------------------------------------------- > > Key: CAMEL-1809 > URL: https://issues.apache.org/activemq/browse/CAMEL-1809 > Project: Apache Camel > Issue Type: Improvement > Components: camel-jetty > Reporter: Willem Jiang > Assignee: Willem Jiang > Fix For: 1.6.2, 2.0-M3 > > > I got the user requirement that he just can use one socket port in his application, and his application has lots of camel context. > Current camel-jetty component can't share the connector across the camel contexts, he had to setup different port the each JettyComponent in different camel context. > Since the socket port is a global resource, we can use a static map to keep the track of the connector. In this way , we can share the Jetty connector in different camel context which host in one JVM. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.