Bug 998628

Summary: Receiver created on local transacted session removes messages from queue without commit
Product: Red Hat Enterprise MRG Reporter: Valiantsina Hubeika <vhubeika>
Component: qpid-javaAssignee: messaging-bugs <messaging-bugs>
Status: NEW --- QA Contact: Messaging QE <messaging-qe-bugs>
Severity: medium Docs Contact:
Priority: high    
Version: 2.3CC: jross, mtoth
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Valiantsina Hubeika 2013-08-19 15:53:43 UTC
Description of problem:

When Receiver is created on a transacted session, it removes messages from queue without issuing commit.


Version-Release number of selected component (if applicable):
qpid-jca-0.18-8.el6.noarch
qpid-cpp-server-0.18-14.el6.i686

How reproducible:
random

Steps to Reproduce:
1. Create transacted session
2. create message receiver
3. in a loop read messages from queue without issuing commit

Actual results:
at some point messages are removed from queue

Expected results:
no messages are removed from queue

Additional info:

Comment 4 Valiantsina Hubeika 2013-08-21 13:00:22 UTC
This issue is found only in case of Local transactions.

Comment 5 Michal Toth 2013-09-03 09:26:27 UTC
Same behaviour observed during testing on EAP5.

Comment 6 Valiantsina Hubeika 2014-01-29 12:56:18 UTC
not a blocker to Vienna release, anylonger.