From dev-return-5722-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Wed Mar 07 14:27:51 2007 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 34534 invoked from network); 7 Mar 2007 14:27:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 14:27:51 -0000 Received: (qmail 12080 invoked by uid 500); 7 Mar 2007 14:27:59 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 12064 invoked by uid 500); 7 Mar 2007 14:27: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 12054 invoked by uid 99); 7 Mar 2007 14:27:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 06:27:59 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 07 Mar 2007 06:27:50 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2BB1E714083 for ; Wed, 7 Mar 2007 06:27:28 -0800 (PST) Message-ID: <15593368.1173277648174.JavaMail.root@brutus> Date: Wed, 7 Mar 2007 06:27:28 -0800 (PST) From: "james strachan (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQ-1069) Setting maxInactivityDuration on broker to broker connections to value greater than 30 seconds doesn't work 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 [ https://issues.apache.org/activemq/browse/AMQ-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] james strachan reassigned AMQ-1069: ----------------------------------- Assignee: Hiram Chirino > Setting maxInactivityDuration on broker to broker connections to value greater than 30 seconds doesn't work > ----------------------------------------------------------------------------------------------------------- > > Key: AMQ-1069 > URL: https://issues.apache.org/activemq/browse/AMQ-1069 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 4.1.0 > Environment: Linux RHEL 4 with Java 1.5 > Reporter: Eric Wood > Assigned To: Hiram Chirino > Priority: Critical > > We are running AMQ in a configuration with embedded brokers on both the producer and consumer (broker to broker network communication). We have an extremely high latency network, which results in a large number of inactivity timeouts. Once we discovered how to set the timeout, we tried to set it to a value of 100 seconds which we believe will work better with our configuration and network. However, we observed that timeouts were still occuring after 30 seconds of inactivity. We tried setting the inactivity timeout value on both brokers and got the same result. We tried setting it to a value less than 30 (i.e. 10) and we saw timeouts occuring on that interval. Because of this, we believe that there must be a limit on the inactivity timeout value. If there is such a limit, could it be increased.? The 30 second value causes a large number of timeouts, which we believe causes a lower effective throughput than is truly possible with JMS/AMQ. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.