tibemsQueueInfo Type Purpose Represent a message queue that is configured in the EMS server. Function Description Page tibemsQueueInfo_Create Create a tibemsQueueInfo object. 476 tibemsQueueInfo_Destroy Destroy a tibemsQueueInfo object. 477 tibemsQueueInfo_GetDeliveredMessageCount Get the total number of messages that have been delivered to consumer applications but have not yet been acknowledged. 478 tibemsQueueInfo_GetFlowControlMaxBytes Get the volume of pending messages at which flow control is enabled for the queue. 479 tibemsQueueInfo_GetInboundStatistics Get inbound statistics for this queue. 480 tibemsQueueInfo_GetMaxBytes Get the maximum number of bytes that the server stores of pending messages bound for this queue. 481 tibemsQueueInfo_GetMaxMsgs Get the maximum number of pending messages bound for the queue that the server will store. 482 tibemsQueueInfo_GetName Get the name of this queue. 483 tibemsQueueInfo_GetOutboundStatistics Get outbound statistics for this queue. 484 tibemsQueueInfo_GetOverflowPolicy Get the overflow policy for this queue. 485 tibemsQueueInfo_GetPendingMessageCount Get the total number of pending messages for this queue. 486 tibemsQueueInfo_GetPendingMessageSize Get the total size of all pending messages for this queue. 487 tibemsQueueInfo_GetPendingPersistentMessageCount Get the total number of pending messages for this queue that were sent persistently. 488 tibemsQueueInfo_GetPendingPersistentMessageSize Get the total size of all pending messages for this queue that were sent persistently. 489 tibemsQueueInfo_GetReceiverCount Get the number of active receivers on this queue. 490 Related Types tibemsQueue on page 150 tibemsStatData on page 497