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