[ 
https://issues.apache.org/jira/browse/QPID-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Godfrey resolved QPID-927.
------------------------------

    Resolution: Fixed

Committed change to M2.1 branch 9soon to be M2.x) as revision  648652.

File changed:

client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java


> [Java Client] Multiple acknowledgements should be coalesced into single 
> multiple ack, rather than each being sent individually
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-927
>                 URL: https://issues.apache.org/jira/browse/QPID-927
>             Project: Qpid
>          Issue Type: Improvement
>    Affects Versions: M2.1
>            Reporter: Rob Godfrey
>            Assignee: Rob Godfrey
>            Priority: Minor
>
> The normal case of message acknowledgement will be that each message is 
> processed in turn, in which case only a single "ack" messages needs to be 
> sent to the broker.  however the current code sends individual acks for each 
> message that has been consumed.  This is to deal with the "unusual" case of 
> processing the messages out of order.
> Logic can be added to the client to coalesce the acks into as few ack sends 
> as possible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to