Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 14638 invoked from network); 24 Feb 2011 05:05:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2011 05:05:03 -0000 Received: (qmail 33805 invoked by uid 500); 24 Feb 2011 05:05:03 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 33634 invoked by uid 500); 24 Feb 2011 05:05:00 -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 33621 invoked by uid 99); 24 Feb 2011 05:04:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 05:04:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 05:04:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 614D91B49DF for ; Thu, 24 Feb 2011 05:04:38 +0000 (UTC) Date: Thu, 24 Feb 2011 05:04:38 +0000 (UTC) From: "Jim Newsham (JIRA)" To: dev@camel.apache.org Message-ID: <1993977128.12699.1298523878394.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (CAMEL-3714) camel-jms: testConnectionOnStartup does not test connection for producers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 camel-jms: testConnectionOnStartup does not test connection for producers ------------------------------------------------------------------------- Key: CAMEL-3714 URL: https://issues.apache.org/jira/browse/CAMEL-3714 Project: Camel Issue Type: Bug Components: camel-jms Affects Versions: 2.5.0 Reporter: Jim Newsham Priority: Minor I have a camel context which configures jms producers, but no jms consumers. With this configuration, the "testConnectionOnStartup" jms option did not test the connection when I started the camel context. I have discovered that (with the current implementation) the "testConnectionOnStartup" option only applies to consumers. I see that it is implemented in JmsConsumer.doStart() -> JmsConsumer.testConnectionOnStartup(). It would be useful if this option could also applied to producers. As a workaround, I configured a dummy route and a dummy jms consumer. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira