Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 62933 invoked from network); 23 Jan 2011 12:03:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Jan 2011 12:03:08 -0000 Received: (qmail 57073 invoked by uid 500); 23 Jan 2011 12:03:08 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 56905 invoked by uid 500); 23 Jan 2011 12:03:05 -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 56897 invoked by uid 500); 23 Jan 2011 12:03:04 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 56894 invoked by uid 99); 23 Jan 2011 12:03:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jan 2011 12:03:04 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jan 2011 12:03:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0NC2hOo016130 for ; Sun, 23 Jan 2011 12:02:43 GMT Message-ID: <23402704.134531295784163634.JavaMail.jira@thor> Date: Sun, 23 Jan 2011 07:02:43 -0500 (EST) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-3577) DefaultProducerTemplate - Should lazy initialize thread pool for the async operations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 DefaultProducerTemplate - Should lazy initialize thread pool for the async operations ------------------------------------------------------------------------------------- Key: CAMEL-3577 URL: https://issues.apache.org/jira/browse/CAMEL-3577 Project: Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.5.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Priority: Minor Fix For: 2.7.0 Usually end users of {{ProducerTemplate}} use the synchronous API. And thus we should lazy initialize the executor service if needed, when using the asyncXXX methods. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.