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.