TibrvCmQueueTransport.getUnassignedMessageCount()

Method

Declaration

int getUnassignedMessageCount()
  throws TibrvException

Purpose

Extract the number of unassigned task messages from a distributed queue transport.

Remarks

An unassigned task message is a message received by the scheduler, but not yet assigned to any worker in the distributed queue.

This call produces a valid count only within a scheduler process. Within a worker process, this call always produces zero.