You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/07/16 18:10:04 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=14629941#comment-14629941 ] 

ASF subversion and git services commented on AMQCPP-554:
--------------------------------------------------------

Commit 219b85f7ce793b839d8413d8c730c549a908bba7 in activemq-cpp's branch refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-cpp.git;h=219b85f ]

https://issues.apache.org/jira/browse/AMQCPP-554

resolve issue with message being treated as duplicates in error.

> 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)