Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 72368 invoked from network); 8 Oct 2007 23:11:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2007 23:11:22 -0000 Received: (qmail 55419 invoked by uid 500); 8 Oct 2007 23:11:09 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 55373 invoked by uid 500); 8 Oct 2007 23:11:09 -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 55364 invoked by uid 99); 8 Oct 2007 23:11:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 16:11:09 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 23:11:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EF75F714201 for ; Mon, 8 Oct 2007 16:10:22 -0700 (PDT) Message-ID: <23723431.1191885022977.JavaMail.jira@brutus> Date: Mon, 8 Oct 2007 16:10:22 -0700 (PDT) From: "Diego Belfer (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1450) Timed failure notification for FailOverTransport MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Timed failure notification for FailOverTransport ------------------------------------------------- Key: AMQ-1450 URL: https://issues.apache.org/activemq/browse/AMQ-1450 Project: ActiveMQ Issue Type: Improvement Components: Transport Affects Versions: 4.1.1 Reporter: Diego Belfer It would be good to have a new property for the FailOverTransport, in order to define the maximum time to wait when sending a message if a reconnection attempt is taking place. This would avoid blocking client threads for an unbounded amount of time, while it would still allow an unbounded time for the reconnection attempt. I was looking at the code, and it does not seem hard to add. I could add it if you think it would be useful for others. Thanks, Diego Belfer -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.