Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 34609 invoked from network); 18 Sep 2010 16:47:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Sep 2010 16:47:58 -0000 Received: (qmail 38437 invoked by uid 500); 18 Sep 2010 16:47:58 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 38165 invoked by uid 500); 18 Sep 2010 16:47:57 -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 37884 invoked by uid 99); 18 Sep 2010 16:47:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 16:47:57 +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; Sat, 18 Sep 2010 16:47:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8IGlaTb002620 for ; Sat, 18 Sep 2010 16:47:36 GMT Message-ID: <7549355.22031284828456727.JavaMail.jira@thor> Date: Sat, 18 Sep 2010 12:47:36 -0400 (EDT) From: "Bruce Snyder (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 [ https://issues.apache.org/activemq/browse/AMQ-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Snyder updated AMQ-2758: ------------------------------ Fix Version/s: 5.5.0 (was: 5.4.1) > 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.1.0, 5.3.2 > Environment: Windows XP, JDK6, Spring 2.5.6, Bitronix 2.0.0-beta1 > Reporter: Stephane Nicoll > Fix For: 5.5.0 > > 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.