[
https://issues.apache.org/jira/browse/FALCON-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14126809#comment-14126809
]
Shwetha G S commented on FALCON-665:
------------------------------------
CLIENT_ACKNOWLEDGE => client acknowledges a message by calling the message's
acknowledge method. Acknowledging a consumed message automatically acknowledges
the receipt of all messages that have been delivered by its session.
Client acknowledge won't work for us. We need:
ActiveMQSession.INDIVIDUAL_ACKNOWLEDGE => Special version of the
CLIENT_​ACKNOWLEDGE mode which allows to cherry-pick messages to ACK.
Message.ack() only acks an individual message, as opposed to acting as a
cumulative ack.
> Handle message consumption failures in JMSMessageConsumer
> ---------------------------------------------------------
>
> Key: FALCON-665
> URL: https://issues.apache.org/jira/browse/FALCON-665
> Project: Falcon
> Issue Type: Improvement
> Components: messaging
> Affects Versions: 0.6
> Reporter: Venkatesh Seetharam
> Assignee: Venkatesh Seetharam
> Priority: Critical
> Fix For: 0.6
>
> Attachments: FALCON-665-review.patch
>
>
> Not sure which Queue ([~shwethags], [~shaik.idris])?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)