Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 687DCFA4B for ; Tue, 16 Apr 2013 18:59:16 +0000 (UTC) Received: (qmail 39910 invoked by uid 500); 16 Apr 2013 18:59:15 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 39849 invoked by uid 500); 16 Apr 2013 18:59: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 39799 invoked by uid 99); 16 Apr 2013 18:59:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Apr 2013 18:59:15 +0000 Date: Tue, 16 Apr 2013 18:59:15 +0000 (UTC) From: "Jason Sherman (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMQ-4472) consumer.close() on transacted session does not release prefetched messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Sherman updated AMQ-4472: ------------------------------- Attachment: amq-4472.zip > consumer.close() on transacted session does not release prefetched messages > --------------------------------------------------------------------------- > > Key: AMQ-4472 > URL: https://issues.apache.org/jira/browse/AMQ-4472 > Project: ActiveMQ > Issue Type: Bug > Components: JMS client > Affects Versions: 5.8.0 > Reporter: Jason Sherman > Labels: transactions > Attachments: amq-4472.zip > > > When using transactions an issue can arise where the consumer has messages in it's prefetch and when consumer.close() is called the consumer is not closed and does not release the messages. > The use case is as follows: > 1) Create producer > 2) Create consumer > 3) Send message to queue > 4) Commit session > 5) Close the consumer > 6) Start a new consumer > 7) Try to receive the message > Test case will be attached shortly. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira