Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 59864 invoked from network); 4 May 2009 07:43:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 May 2009 07:43:59 -0000 Received: (qmail 73507 invoked by uid 500); 4 May 2009 07:43:59 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 73431 invoked by uid 500); 4 May 2009 07:43:59 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 73421 invoked by uid 99); 4 May 2009 07:43:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 07:43:59 +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, 04 May 2009 07:43:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3E039234C04C for ; Mon, 4 May 2009 00:43:38 -0700 (PDT) Message-ID: <1769157821.1241423018252.JavaMail.jira@brutus> Date: Mon, 4 May 2009 00:43:38 -0700 (PDT) From: "Peter Voss (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2114) Failover transport should not hang on startup if it cannot connect In-Reply-To: <1914299144.1234567619344.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/AMQ-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51495#action_51495 ] Peter Voss commented on AMQ-2114: --------------------------------- The resolution of this issue has been set to fixed. If that's really true, what's the fix version then? > Failover transport should not hang on startup if it cannot connect > ------------------------------------------------------------------ > > Key: AMQ-2114 > URL: https://issues.apache.org/activemq/browse/AMQ-2114 > Project: ActiveMQ > Issue Type: Bug > Components: Transport > Affects Versions: 5.2.0 > Environment: Sun Java 1.6.0_12 > Fedora Linux 10 > ActiveMQ 5.2.0 > Reporter: Uwe Kubosch > Priority: Critical > > When connecting with a failover transport, like the DEFAULT_BROKER_URL, the transport hangs on connection.start() if it cannot connect to the remote broker. It should return normally. > This only happens on startup. Later disconnects behave nicely. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.