Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.1.0
-
None
-
None
Description
Openwire (ActiveMQ5.x) clients can have a queue browser that can see messages in delivering state. For exmaple a queue "Test" has one normal consumer and a queue browser. If we send 4 messages to the queue, those are delivered to consumer (not acked). When the queue browser tries to browse the queue, it will see all 4 messages even they are in delivering state.
Currently artemis won't be able to do that because those messages are not in the queue's iterator.
See test org.apache.activemq.broker.BrokerTest#testQueueBrowserWith2Consumers()