Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 45746 invoked from network); 2 Sep 2010 20:15:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 20:15:05 -0000 Received: (qmail 27027 invoked by uid 500); 2 Sep 2010 20:15:05 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 26893 invoked by uid 500); 2 Sep 2010 20:15:04 -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 26885 invoked by uid 99); 2 Sep 2010 20:15:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 20:15:04 +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, 02 Sep 2010 20:15:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o82KEhGx001101 for ; Thu, 2 Sep 2010 20:14:43 GMT Message-ID: <19523896.8931283458483331.JavaMail.jira@thor> Date: Thu, 2 Sep 2010 16:14:43 -0400 (EDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2612) Polling consumer (prefetch size = 0) fails to reconnect In-Reply-To: <597205086.891266402760016.JavaMail.jira@brutus.apache.org> 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-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-2612. ------------------------------- Resolution: Fixed Fix for AMQ-2877 should resolve this issue as well. > Polling consumer (prefetch size = 0) fails to reconnect > ------------------------------------------------------- > > Key: AMQ-2612 > URL: https://issues.apache.org/activemq/browse/AMQ-2612 > Project: ActiveMQ > Issue Type: Bug > Components: Broker, JMS client > Affects Versions: 5.3.0 > Environment: Reproduced on Windows XP 32 bit and Fedora 12 64bit. > Reporter: Pavel Grushetzky > Fix For: 5.4.1 > > Attachments: AMQ-2612-test.patch > > > Scenario: > 1. Configure polling consumer (prefetch=0), with onMessage()-style processing, e.g. with Spring's DefaultMessageListenerContainer. > 2. Restart broker. > 3. Notice consumer does not consumer messages anymore. > In client application this may show up during short network interruptions as reconnect message in logs/console + processing stoppage. > See http://old.nabble.com/ActiveMQ-reconnect-issue-with-consumer.prefetchSize%3D0-td27574923.html for more context. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.