tibemsQueueInfo_GetDeliveredMessageCount
Function
Purpose
Get the total number of messages that have been delivered to consumer applications but have not yet been acknowledged.
C Declaration
tibems_status tibemsQueueInfo_GetDeliveredMessageCount(
tibemsQueueInfo queueInfo,
tibems_long* count);
COBOL Call
CALL "tibemsQueueInfo_GetDeliveredMessageCount"
USING BY VALUE queueInfo,
BY REFERENCE count,
RETURNING tibems-status
END-CALL.
Parameters
Parameter
|
Description
|
queueInfo
|
Get the number of unacknowledged messages in this queue.
|
count
|
Store the message count.
|
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.