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 The function stores the message count in this location.