You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Kevin Urciolo (JIRA)" <ji...@apache.org> on 2014/10/13 17:21:33 UTC

[jira] [Commented] (AMQCPP-554) Consumer close with INDIVIDUAL_ACKNOWLEDGE and dispatched messages doesn't rollback

    [ https://issues.apache.org/jira/browse/AMQCPP-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14169388#comment-14169388 ] 

Kevin Urciolo commented on AMQCPP-554:
--------------------------------------

Added patch to do rollback for client and individual acknowledge.

> 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
>         Attachments: ActiveMQConsumerKernel.cpp.patch
>
>
> 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)