Bug 1089841

Summary: [GSS] (6.3.0) Fix order of totalIterator()
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jimmy Wilson <jawilson>
Component: HornetQAssignee: Clebert Suconic <csuconic>
Status: CLOSED CURRENTRELEASE QA Contact: Miroslav Novak <mnovak>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.1CC: kkhan, lcosti, msvehla, smumford, vtunka
Target Milestone: DR2   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Inprevious releases of JBoss EAP 6, any management operations that listed messages would incorrectly list paged messages before previously sent messages. Other possible out of order issues were also identified in cases after redeliveries. This issue was fixed by rectifying the order where the Iterator takes messages before sending them to management operations.
Story Points: ---
Clone Of: 1088601 Environment:
Last Closed: 2014-08-06 14:40:38 UTC 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:
Bug Depends On:    
Bug Blocks: 1064596, 1084639, 1088601    

Description Jimmy Wilson 2014-04-22 04:37:46 UTC
+++ This bug was initially created as a clone of Bug #1088601 +++

Comment 2 Kabir Khan 2014-07-01 14:26:55 UTC
Should be fixed by upgrade https://bugzilla.redhat.com/show_bug.cgi?id=1064596 for DR2

Comment 3 Miroslav Novak 2014-07-02 08:13:57 UTC
Verified using test QueueImplTest in EAP 6.3.0.ER7. Thanks!