How to Find number of documents pending in the Queue

Hi All,

Is there any service to find the number of documents pending in the trigger queue? Actually, I am in the process of developing a utility service to find the number of documents pending the trigger queue, so that I can raise an alert.

Thanking You.
Sasanka

U can use the following service to get information from a particular client and then get the document queue count based on the results

wm.broker.admin.clients:getClientInfo

Hi Sasanka,

Longtime back I had developed a similar utility but never got a chance to use it though.

Hope it can be of some help to you now.

HTH,
ClientQueue_Monitor.zip (23 KB)

Thanks Suren and v_rock!!!

Hi This is Srikanth

Hi Srikanth