TibrvCmQueueTransport.getUnassignedMessageCount()
Method
Declaration
intgetUnassignedMessageCount
()
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.