You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rupert Smith (JIRA)" <qp...@incubator.apache.org> on 2008/01/11 12:25:34 UTC

[jira] Created: (QPID-729) Multiple consumers on one channel may cause message loss.

Multiple consumers on one channel may cause message loss.
---------------------------------------------------------

                 Key: QPID-729
                 URL: https://issues.apache.org/jira/browse/QPID-729
             Project: Qpid
          Issue Type: Bug
          Components: Dot Net Client
    Affects Versions: M2
            Reporter: Rupert Smith
             Fix For: M2.1


As for the Java client, multiple consumers on one channel may cause message loss, if pre-fetching takes messages for one consumer, that that consumer has not yet consumed, and messages coming after those to another consumer are ack`ed. Unseen messages on the first consumer will also be ack`ed.

The problem may be more widespread in the .Net as in the Java it has been fixed for AUTO_ACK mode at least. Investigate if this can happen on the .Net and fix.

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


[jira] Resolved: (QPID-729) Multiple consumers on one channel may cause message loss.

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner resolved QPID-729.
--------------------------------

    Resolution: Fixed

> Multiple consumers on one channel may cause message loss.
> ---------------------------------------------------------
>
>                 Key: QPID-729
>                 URL: https://issues.apache.org/jira/browse/QPID-729
>             Project: Qpid
>          Issue Type: Bug
>          Components: Dot Net Client
>    Affects Versions: M2
>            Reporter: Rupert Smith
>             Fix For: M2.1
>
>
> As for the Java client, multiple consumers on one channel may cause message loss, if pre-fetching takes messages for one consumer, that that consumer has not yet consumed, and messages coming after those to another consumer are ack`ed. Unseen messages on the first consumer will also be ack`ed.
> The problem may be more widespread in the .Net as in the Java it has been fixed for AUTO_ACK mode at least. Investigate if this can happen on the .Net and fix.

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