Hi All,
I would like to understand the meaning of the values shown in web
console (Subscribers page) for:
* Dispatched Counter
* Enqueue Counter
* Dequeue Counter
I thought they meant the following:
* Dispatched Counter - # of messages attempted to be delivered to the
destination
* Enqueue Counter - # of messages published to this destination
* Dequeue Counter - # of messages acked by the destination
But I see some stats which show:
* Dispatched Counter - 10
* Enqueue Counter - 2
* Dequeue Counter - 10
How can enqueue counter be less than dispatched?
Appreciate if anyone could clarify.
Thanks,
Anand