tibrvcmTransport_GetWorkerWeight()

Function

Declaration

tibrv_status tibrvcmTransport_GetWorkerWeight(
    tibrvcmTransport     cmTransport,
    tibrv_u32*           workerWeight);

Purpose

Extract the worker weight of a distributed queue transport.

Parameter

Description

cmTransport

Get the worker weight of this distributed queue transport.

workerWeight

The program supplies a location, and the function stores the worker weight in that location.

See Also

Distributed Queue, in TIBCO Rendezvous Concepts

tibrvcmTransport_CreateDistributedQueue()

tibrvcmTransport_SetWorkerWeight()