Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 83876 invoked from network); 25 May 2009 16:07:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 May 2009 16:07:42 -0000 Received: (qmail 35726 invoked by uid 500); 25 May 2009 13:21:15 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 35681 invoked by uid 500); 25 May 2009 13:21:14 -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 35670 invoked by uid 500); 25 May 2009 13:21:14 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 35665 invoked by uid 99); 25 May 2009 13:21:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 May 2009 13:21:14 +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, 25 May 2009 13:21:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 985C4234C004 for ; Mon, 25 May 2009 06:20:50 -0700 (PDT) Message-ID: <621279561.1243257650609.JavaMail.jira@brutus> Date: Mon, 25 May 2009 06:20:50 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-1647) Producer Pool - Add a producer pool for connection pooling capabilities 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 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.