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

Rob Godfrey updated QPID-714:
-----------------------------

    Component/s: Java Client
       Assignee: Rob Godfrey

Applied patches 2007-12-20 (to M2 and M2.1.1 branches)

Committed revision 606015.

-- Rob


> Issue with competing, transactional/client-ack consumers
> --------------------------------------------------------
>
>                 Key: QPID-714
>                 URL: https://issues.apache.org/jira/browse/QPID-714
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M2
>            Reporter: Aidan Skinner
>            Assignee: Rob Godfrey
>             Fix For: M2, M2.1
>
>         Attachments: QPID-714-txack-M2.patch, QPID-714-txack.patch
>
>
> Problem: 
> Create session
> Create consumer A
> Send messages, messages are placed on A's prefetch queue
> Create consumer B
> Send messages, messages are placed on A or B's queues (in practice this seems 
> to mostly be B's)
> Consume messages from B (if Client-Ack ack message)
> (if transacted Commit B)
> ALL messages are committed or acknowledged, even though A has never 
> recieved() any of them. Any messages placed on A's queue are lost if A is 
> closed.

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