I have a strange problem with ActiveMQ. I have a queue that seems to have a pending message, but when I open the queue, there is no message.
What is wrong here? Is there really a message pending? How can I bring the message back or at least see the content?
Screenshot of the pending message:
Screenshot when opening the queue, which is empty:
EDIT: Just found these two bugs of ActiveMQ 5.6.0. Can this be the source of that problem?
Incorrect reporting of pendingQueueSize of durable subs after reconnect with unacked
Problem in OrderPendingList can lead to message not being deliver after durable sub reconnect.