Kevin Urciolo created AMQCPP-554:
------------------------------------
Summary: Consumer close with INDIVIDUAL_ACKNOWLEDGE and dispatched
messages doesn't rollback
Key: AMQCPP-554
URL: https://issues.apache.org/jira/browse/AMQCPP-554
Project: ActiveMQ C++ Client
Issue Type: Bug
Components: CMS Impl
Affects Versions: 3.8.3
Reporter: Kevin Urciolo
Assignee: Timothy Bish
Messages are lost when the following is done:
1. Send message to queue ABC
1. Subscribe to queue ABC with INDIVIDUAL_ACKNOWLEDGE
2. Unsubscribe to queue ABC
3. Subscribe to queue ABC
The unsubscribe doesn't remove the message from the audit, so the resubscribe
causes CMS to think the message is a duplicate, so it just acknowledges it
without it ever getting delivered to a consumer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)