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

Aidan Skinner updated QPID-714:
-------------------------------

    Attachment: QPID-714-txack-M2.patch

patch that applys against M2

> Issue with competing, transactional/client-ack consumers
> --------------------------------------------------------
>
>                 Key: QPID-714
>                 URL: https://issues.apache.org/jira/browse/QPID-714
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: M2
>            Reporter: Aidan Skinner
>             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