getJMSRedelivered() incorrectly returns false after a MasterSlave failover
--------------------------------------------------------------------------
Key: AMQ-2334
URL: https://issues.apache.org/activemq/browse/AMQ-2334
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.2.0
Reporter: Kyle Anderson
Attachments: SanRedeliver.java
Shared master/slave setup, described here
http://activemq.apache.org/shared-file-system-master-slave.html
Normally if one transacted consumer receives a message, then disconnects
without committing, the message is marked as getJMSRedelivered() as true. If
the broker fails and another takes over before the consumer disconnect, the
message isn't marked as redelivered to the next consumer.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.