Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 5066 invoked from network); 28 Mar 2010 10:53:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Mar 2010 10:53:33 -0000 Received: (qmail 7406 invoked by uid 500); 28 Mar 2010 10:53:33 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 7279 invoked by uid 500); 28 Mar 2010 10:53:31 -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 7270 invoked by uid 500); 28 Mar 2010 10:53:30 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 7263 invoked by uid 99); 28 Mar 2010 10:53:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Mar 2010 10:53:29 +0000 X-ASF-Spam-Status: No, hits=-1155.4 required=10.0 tests=ALL_TRUSTED,AWL 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; Sun, 28 Mar 2010 10:53:28 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 29D4F234C052 for ; Sun, 28 Mar 2010 10:53:08 +0000 (UTC) Message-ID: <1441588884.3891269773588156.JavaMail.jira@brutus.apache.org> Date: Sun, 28 Mar 2010 10:53:08 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-2590) Graceful shutdown - Automatic defer direct endpoints as they are internal routes and to prevent loosing messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c Graceful shutdown - Automatic defer direct endpoints as they are internal routes and to prevent loosing messages ---------------------------------------------------------------------------------------------------------------- Key: CAMEL-2590 URL: https://issues.apache.org/activemq/browse/CAMEL-2590 Project: Apache Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.2.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.3.0 Defer direct endpoints so we ensure graceful shutdown will complete messages from routes started with a direct endpoint. Otherwise we risk to loose the message since the direct consumer will WARN log and swallow the message. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.