Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 71437 invoked from network); 3 Jun 2010 03:14:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 03:14:17 -0000 Received: (qmail 3235 invoked by uid 500); 3 Jun 2010 03:14:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 3131 invoked by uid 500); 3 Jun 2010 03:14:15 -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 3123 invoked by uid 99); 3 Jun 2010 03:14:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 03:14:14 +0000 X-ASF-Spam-Status: No, hits=-1492.5 required=10.0 tests=ALL_TRUSTED,AWL 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, 03 Jun 2010 03:14:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o533DrMo018182 for ; Thu, 3 Jun 2010 03:13:53 GMT Message-ID: <18725094.8391275534833545.JavaMail.jira@thor> Date: Wed, 2 Jun 2010 23:13:53 -0400 (EDT) From: "Stephane Nicoll (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2761) Uncaught exception in subscriber ends subscription In-Reply-To: <11826003.8131275502311786.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59649#action_59649 ] Stephane Nicoll commented on AMQ-2761: -------------------------------------- AMQ-2758 might also be related. > Uncaught exception in subscriber ends subscription > -------------------------------------------------- > > Key: AMQ-2761 > URL: https://issues.apache.org/activemq/browse/AMQ-2761 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.3.0, 5.3.2 > Reporter: ffffff ffffff > Attachments: TestMessageSenderer.java > > > We are seeing an issue with ActiveMQ Topic subscription when there is an uncaught exception. > It appears to be related to an old report (but who knows) : > http://mail-archives.apache.org/mod_mbox/activemq-users/200805.mbox/<17189972.post@talk.nabble.com> > Basically, what happens is our Consumer (onMessage) was throwing an NPE. After that happens, the consumer no longer receives any more messages. > Following it through in the debugger - when the exception is thrown, what we see is the the "ActiveMQ Session Task" thread completes... > After that, it never seems to execute again. Seems some state in the PooledTaskRunner gets borked? Investigating further - but at first glance it appears it thinks the connection is shutting down... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.