Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 71670 invoked from network); 8 Jul 2010 21:08:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jul 2010 21:08:47 -0000 Received: (qmail 94082 invoked by uid 500); 8 Jul 2010 21:08:47 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 94053 invoked by uid 500); 8 Jul 2010 21:08:47 -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 94045 invoked by uid 99); 8 Jul 2010 21:08:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 21:08:46 +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; Thu, 08 Jul 2010 21:08:44 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o68L0pBM023531 for ; Thu, 8 Jul 2010 21:00:51 GMT Message-ID: <21113630.36391278622851800.JavaMail.jira@thor> Date: Thu, 8 Jul 2010 17:00:51 -0400 (EDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQNET-259) Multiple RequestTimeout Options in NMS.ActiveMQ causes option to not work when used with Failover. 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 Multiple RequestTimeout Options in NMS.ActiveMQ causes option to not work when used with Failover. -------------------------------------------------------------------------------------------------- Key: AMQNET-259 URL: https://issues.apache.org/activemq/browse/AMQNET-259 Project: ActiveMQ .Net Issue Type: Bug Components: ActiveMQ Affects Versions: 1.3.0, 1.2.0 Reporter: Timothy Bish Assignee: Jim Gomes Priority: Minor Fix For: 1.4.0 NMS.ActiveMQ has several different places where a RequestTimeout option is able to be configured. The one in the Transport layer severs no real purpose any more and can lead to confusion as its not able to be set correctly when the FailoverTransport is used as the layering of Transports hides the value. The Connection object has its own RequestTimeout and should be the only one we need as it is used to set the value for the Session and Producer classes. I'd like to remove the RequestTimeout option from the Transports layer altogether since the timeout is actually specified in the request call that takes a timeout option. Also the current ConnectionFactory doesn't properly configure the Connection.RequestTimeout if set on the URI, this should be fixed here as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.