Description
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.
Attachments
Attachments
Issue Links
- relates to
-
AMQCPP-571 Unacknowledged messages dissappear from broker if session/consumer is closed and then re-created
- Resolved