tibrvcmTransport_GetWorkerTasks()

Function

Declaration

tibrv_status tibrvcmTransport_GetWorkerTasks(
    tibrvcmTransport     cmTransport,
    tibrv_u32*           workerTasks);

Purpose

Extract the worker task capacity of a distributed queue transport.

Parameter

Description

cmTransport

Get the task capacity of this distributed queue transport.

workerTasks

The program supplies a location, and the function stores the task capacity in that location.

See Also

Distributed Queue, in TIBCO Rendezvous Concepts

tibrvcmTransport_CreateDistributedQueue()

tibrvcmTransport_SetWorkerTasks()