tibemsQueueInfo
Type
Purpose
Represent a message queue that is configured in the EMS server.
Function | Description |
---|---|
tibemsQueueInfo_Create | Create a tibemsQueueInfo object. |
tibemsQueueInfo_Destroy | Destroy a tibemsQueueInfo object. |
tibemsQueueInfo_GetDeliveredMessageCount | Get the total number of messages that have been delivered to consumer applications but have not yet been acknowledged. |
tibemsQueueInfo_GetFlowControlMaxBytes | Get the volume of pending messages at which flow control is enabled for the queue. |
tibemsQueueInfo_GetInboundStatistics | Get inbound statistics for this queue. |
tibemsQueueInfo_GetMaxBytes | Get the maximum number of bytes that the server stores of pending messages bound for this queue. |
tibemsQueueInfo_GetMaxMsgs | Get the maximum number of pending messages bound for the queue that the server will store. |
tibemsQueueInfo_GetName | Get the name of this queue. |
tibemsQueueInfo_GetOutboundStatistics | Get outbound statistics for this queue. |
tibemsQueueInfo_GetOverflowPolicy | Get the overflow policy for this queue. |
tibemsQueueInfo_GetPendingMessageCount | Get the total number of pending messages for this queue. |
tibemsQueueInfo_GetPendingMessageSize | Get the total size of all pending messages for this queue. |
tibemsQueueInfo_GetPendingPersistentMessageCount | Get the total number of pending messages for this queue that were sent persistently. |
tibemsQueueInfo_GetPendingPersistentMessageSize | Get the total size of all pending messages for this queue that were sent persistently. |
tibemsQueueInfo_GetReceiverCount | Get the number of active receivers on this queue. |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.