Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 31511 invoked from network); 2 Sep 2008 23:14:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Sep 2008 23:14:14 -0000 Received: (qmail 4702 invoked by uid 500); 2 Sep 2008 23:14:12 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 4674 invoked by uid 500); 2 Sep 2008 23:14:12 -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 4663 invoked by uid 99); 2 Sep 2008 23:14:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 16:14:12 -0700 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; Tue, 02 Sep 2008 23:13:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 27017234C1CC for ; Tue, 2 Sep 2008 16:13:53 -0700 (PDT) Message-ID: <1364000911.1220397233158.JavaMail.jira@brutus> Date: Tue, 2 Sep 2008 16:13:53 -0700 (PDT) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQNET-78) ActiveMQ v5 Idle Connection Timeout does not throw an exception In-Reply-To: <12990870.1202396620988.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQNET-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Gomes updated AMQNET-78: ---------------------------- Comment: was deleted > ActiveMQ v5 Idle Connection Timeout does not throw an exception > --------------------------------------------------------------- > > Key: AMQNET-78 > URL: https://issues.apache.org/activemq/browse/AMQNET-78 > Project: ActiveMQ .Net > Issue Type: Bug > Components: ActiveMQ Client > Environment: Windows, JDK 1.6, ActiveMq version 5 (Stable), ActiveMQ.NET openwire client > Reporter: Demis Bellot > Assignee: Jim Gomes > Fix For: 1.1 > > > We are experiencing an issue when we have upgraded the ActiveMQ broker to the latest production version 5 where it appears that the broker is automatically disposing of a connection once it has been idle for long tim. > We have a consumer that is listening on a topic, if the topic has not received a message for a long period of time (roughly 30mins) it appears that the connection is disposed of on the server (as seen in the JMX console) and the consumer will fail to receive any other messages sent to the topic after this time. This does not happen to consumers that are listening on more active topics (i.e. ones that receive messages every 5 minutes, etc). > Unfortunately this idle connection timeout does not raise an exception when it is disposed of, so we have no way to know if the connection is dead so we can reconnect back to the broker. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.