Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 59339 invoked from network); 2 Jun 2010 13:44:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 13:44:16 -0000 Received: (qmail 20350 invoked by uid 500); 2 Jun 2010 13:44:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 20332 invoked by uid 500); 2 Jun 2010 13:44: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 20324 invoked by uid 99); 2 Jun 2010 13:44:15 -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 13:44:15 +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 13:44:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o52Dhqr7008808 for ; Wed, 2 Jun 2010 13:43:52 GMT Message-ID: <21306398.7591275486232189.JavaMail.jira@thor> Date: Wed, 2 Jun 2010 09:43:52 -0400 (EDT) From: "Stephane Nicoll (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2758) rollback does not work on topic In-Reply-To: <14378361.7581275486231858.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-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephane Nicoll updated AMQ-2758: --------------------------------- Attachment: activemq-topic-xa.zip > rollback does not work on topic > ------------------------------- > > Key: AMQ-2758 > URL: https://issues.apache.org/activemq/browse/AMQ-2758 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.3.2 > Environment: Windows XP, JDK6, Spring 2.5.6, Bitronix 2.0.0-beta1 > Reporter: Stephane Nicoll > Attachments: activemq-topic-xa.zip > > > I have no idea what is wrong but this makes reference to the following topics > http://old.nabble.com/No-redelivery-after-rollback-on-a-Topic-td28746372.html > Basically, rollback behavior is inconsistent: > * Works ok with a queue > * No redelivery on a topic with default settings > * No delivery at all with a consumer cache (from Spring's default message listener container) > * Delivery with a session cache but nothing get placed in the DLQ when the maximum number of re deliveries is reached > The project attached reproduces all uses cases in my environment (JTA and XA using bitronix) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.