tibemsQueueInfo Type Purpose Represent a message queue that is configured in the EMS server. Function Description Page tibemsQueueInfo_Create Create a tibemsQueueInfo object. 491 tibemsQueueInfo_Destroy Destroy a tibemsQueueInfo object. 492 tibemsQueueInfo_GetDeliveredMessageCount Get the total number of messages that have been delivered to consumer applications but have not yet been acknowledged. 493 tibemsQueueInfo_GetFlowControlMaxBytes Get the volume of pending messages at which flow control is enabled for the queue. 494 tibemsQueueInfo_GetInboundStatistics Get inbound statistics for this queue. 495 tibemsQueueInfo_GetMaxBytes Get the maximum number of bytes that the server stores of pending messages bound for this queue. 496 tibemsQueueInfo_GetMaxMsgs Get the maximum number of pending messages bound for the queue that the server will store. 497 tibemsQueueInfo_GetName Get the name of this queue. 498 tibemsQueueInfo_GetOutboundStatistics Get outbound statistics for this queue. 499 tibemsQueueInfo_GetOverflowPolicy Get the overflow policy for this queue. 500 tibemsQueueInfo_GetPendingMessageCount Get the total number of pending messages for this queue. 501 tibemsQueueInfo_GetPendingMessageSize Get the total size of all pending messages for this queue. 502 tibemsQueueInfo_GetPendingPersistentMessageCount Get the total number of pending messages for this queue that were sent persistently. 503 tibemsQueueInfo_GetPendingPersistentMessageSize Get the total size of all pending messages for this queue that were sent persistently. 504 tibemsQueueInfo_GetReceiverCount Get the number of active receivers on this queue. 505 Related Types tibemsQueue on page 152 tibemsStatData on page 512