Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 3523 invoked from network); 27 May 2009 10:02:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 May 2009 10:02:02 -0000 Received: (qmail 27367 invoked by uid 500); 27 May 2009 10:02:15 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 27318 invoked by uid 500); 27 May 2009 10:02:15 -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 27308 invoked by uid 500); 27 May 2009 10:02:15 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 27305 invoked by uid 99); 27 May 2009 10:02:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2009 10:02:15 +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; Wed, 27 May 2009 10:02:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A8290234C045 for ; Wed, 27 May 2009 03:01:50 -0700 (PDT) Message-ID: <1976302186.1243418510687.JavaMail.jira@brutus> Date: Wed, 27 May 2009 03:01:50 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-1647) Producer Pool - Add a producer pool for connection pooling capabilities In-Reply-To: <621279561.1243257650609.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-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1647. -------------------------------- Resolution: Fixed Added wiki documentation: http://cwiki.apache.org/confluence/display/CAMEL/ServicePool > Producer Pool - Add a producer pool for connection pooling capabilities > ----------------------------------------------------------------------- > > Key: CAMEL-1647 > URL: https://issues.apache.org/activemq/browse/CAMEL-1647 > Project: Apache Camel > Issue Type: New Feature > Components: camel-core > Affects Versions: 2.0-M1 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.0.0 > > > With CAMEL-1644 some components such as: Mina, FTP has producers that are not singleton scoped. And thus a new producer is used when the send a message to the give endpoint. > What is needed now is a pool for producers so we can reuse producers that are already connected to the given endpoint. > For FTP that is a FTP producer that has established a connection to the remote FTP server. Likewise for Mina. > We should also add options to configure the pool size, and the producers in general should be able to reconnect. However they can already do that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.