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 AA94992E9 for ; Fri, 4 May 2012 21:03:09 +0000 (UTC) Received: (qmail 85360 invoked by uid 500); 4 May 2012 21:03:09 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 85335 invoked by uid 500); 4 May 2012 21:03:09 -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 85325 invoked by uid 99); 4 May 2012 21:03:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 21:03:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 21:03:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6C2A8431C40 for ; Fri, 4 May 2012 21:02:48 +0000 (UTC) Date: Fri, 4 May 2012 21:02:48 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: <1284556634.28850.1336165368444.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (AMQCPP-399) Add support for closing Session consumers with active transaction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Timothy Bish created AMQCPP-399: ----------------------------------- Summary: Add support for closing Session consumers with active transaction Key: AMQCPP-399 URL: https://issues.apache.org/jira/browse/AMQCPP-399 Project: ActiveMQ C++ Client Issue Type: Improvement Components: CMS Impl Affects Versions: 3.4.2 Reporter: Timothy Bish Assignee: Timothy Bish Fix For: 3.5.0 Currently an exception is thrown if you close a consumer while a Session has an active transaction because there's no way to retain the consumer state should its object be deleted so we can't complete the transaction if commit is called later. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira