It means that the consumer did not acknowledge the messages, which might or
might not be because it didn't receive them.
Are any selectors in use for this destination? Those could cause
non-matching messages to not be delivered to the consumer.
Tim
On Mon, Sep 10, 2018, 10:02 AM jsantew wrote:
So what does it mean if I have 3 messages enqueued, 1 consumer and 0 messages
dequeued? Does the mean the subscriber didn't receive the messages since
they were not dequeued?
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
Dispatched is # of times the message was sent to a consumer's prefetch
buffer to be consumed, and Dequeued is # of times the message was
successfully consumed. Both relate to taking messages out of the
destination, not to putting them into it.
Dequeued will be > Enqueued if the # of consumers for