Andy Taylor created ACTIVEMQ6-71:
------------------------------------
Summary: browser returns duplicates
Key: ACTIVEMQ6-71
URL: https://issues.apache.org/jira/browse/ACTIVEMQ6-71
Project: Apache ActiveMQ 6
Issue Type: Bug
Affects Versions: 6.0.0
Reporter: Andy Taylor
Assignee: Andy Taylor
Fix For: 6.0.0
This is because of TotalQueueIterator, we create an iterator for all the
message references including those in the intermediateMessageReferences map.
This isnt guarded so messages can be moved from intermediateMessageReferences
into messageReferences between the creation of the 2 iterators.
This will cause problems for anything using this iterator
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)