-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.2.0.GA
-
None
-
None
-
AMQ Broker 1839
The loss of messages happen in these sequence:
- Producer creates a dynamic queue, and begins sending messages, in groups of 10, stops for a while after sending a group
- Messages are shown in Interconnect
- Consumer gets 99 messages
- In Hawtio console, we see all 99 messages acknowledged, message count = 0 (Producer is resting).
- In this moment, Consumer is stopped, and dynamic queue is deleted
- Producer keeps sending messages (sents 50 more)
- 50 Messages just sent are shown in Interconnect, but appear nowhere in Hawtio, because the queue is deleted
- Consumer is started again, dynamic queue appears in hawtio, Producer sends 20 more messages
- Consumer begins to get messages again, but only the last 20 messages, not the 50 messages sent when Consumer was down