tibemsQueueInfo_GetPendingPersistentMessageSize

Function

Purpose

Get the total size of all pending messages for this queue that were sent persistently.

C Declaration

tibems_status tibemsQueueInfo_GetPendingPersistentMessageSize(
    tibemsQueueInfo queueInfo,
    tibems_long* size);

COBOL Call

CALL "tibemsQueueInfo_GetPendingPersistentMessageSize"
 USING BY VALUE queueInfo,
       BY REFERENCE size,
       RETURNING tibems-status
END-CALL.

Parameters

Parameter Description
queueInfo Get the size of pending messages for this queue.
size Store the size of pending messages.