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