Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 52111 invoked from network); 29 Nov 2010 21:10:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Nov 2010 21:10:35 -0000 Received: (qmail 76084 invoked by uid 500); 29 Nov 2010 21:10:35 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 76045 invoked by uid 500); 29 Nov 2010 21:10:35 -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 76036 invoked by uid 99); 29 Nov 2010 21:10:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 21:10:35 +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; Mon, 29 Nov 2010 21:10:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oATLADPA002570 for ; Mon, 29 Nov 2010 21:10:14 GMT Message-ID: <16164347.10131291065013810.JavaMail.jira@thor> Date: Mon, 29 Nov 2010 16:10:13 -0500 (EST) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQNET-295) Add new startupMaxReconnectAttempts option to the Failover Transport In-Reply-To: <10479066.10051291064891917.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQNET-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQNET-295. --------------------------------- Resolution: Fixed Fixed in trunk. > Add new startupMaxReconnectAttempts option to the Failover Transport > -------------------------------------------------------------------- > > Key: AMQNET-295 > URL: https://issues.apache.org/jira/browse/AMQNET-295 > Project: ActiveMQ .Net > Issue Type: Improvement > Components: ActiveMQ > Affects Versions: 1.4.1 > Reporter: Timothy Bish > Assignee: Timothy Bish > Priority: Trivial > Fix For: 1.5.0 > > > Add a new option to the FailoverTransport that allows the user to set the number of reconnect attempts allowed when the transport has started but not connected to anything yet. > This would superceed the maxReconnectAttempts settings when set only as long as the transport has not connected to anything, once a connection is made then the mxReconnectAttempts option is used from then on. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.