From dev-return-20524-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Wed Jun 02 18:14:16 2010 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 55890 invoked from network); 2 Jun 2010 18:14:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 18:14:16 -0000 Received: (qmail 16710 invoked by uid 500); 2 Jun 2010 18:14:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 16678 invoked by uid 500); 2 Jun 2010 18:14:16 -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 16670 invoked by uid 99); 2 Jun 2010 18:14:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 18:14:16 +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; Wed, 02 Jun 2010 18: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 o52IDppB012595 for ; Wed, 2 Jun 2010 18:13:52 GMT Message-ID: <9086649.8141275502431804.JavaMail.jira@thor> Date: Wed, 2 Jun 2010 14:13:51 -0400 (EDT) From: "ffffff ffffff (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ffffff ffffff updated AMQ-2761: ------------------------------- Attachment: TestMessageSenderer.java > 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.