Mobility
Mobility

Reputation: 3305

Are "Dequeue" and "acknowledge" equivalent concept in activemq?

I mean dequeue count in the web console, and acknowledge() method in activemq broker's code.

When one message run acknowledge(), the dequeue count will always add 1 ,is that correct?

Upvotes: 0

Views: 121

Answers (1)

Tim Bish
Tim Bish

Reputation: 18356

When you acknowledge a message that has been queued then it is dequeued and so the dequeued count for the destination increases by one yes.

Upvotes: 1

Related Questions