Philipp
Philipp

Reputation: 4749

ActiveMQ: One Pending Message but Queue is empty

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: enter image description here

Screenshot when opening the queue, which is empty: enter image description here

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.

Upvotes: 3

Views: 2758

Answers (1)

Philipp
Philipp

Reputation: 4749

So I updated to ActiveMQ 5.7.0 quite some time ago and didn't had this bug anymore since. So I'd say my problem was due to these bugs here:

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.

Upvotes: 1

Related Questions