![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsQueueInfo_Create(
Store the new tibemsQueueInfo object in this location. This function is used to create a tibemsQueueInfo object with the specified name. The tibemsQueueInfo object may then be passed as the tibemsDestinationInfo argument to the tibemsAdmin_GetConsumers and tibemsAdmin_GetProducerStatistics functions. The name may include wildcards.For more information on wildcards, see Wildcards of the TIBCO Enterprise Message Service User’s Guide.tibems_status tibemsQueueInfo_Destroy(
The tibemsQueueInfo object to destroy.Get the total number of messages that have been delivered to consumer applications but have not yet been acknowledged.tibems_status tibemsQueueInfo_GetDeliveredMessageCount(
tibems_status tibemsQueueInfo_GetFlowControlMaxBytes(
The value stored indicates the volume of pending messages, in bytes, that the server will store in the queue before enabling flow control. A value of 0 indicates that flow control will never be enabled.tibems_status tibemsQueueInfo_GetInboundStatistics(
This function retrieves the inbound statistics for the queue. Inbound statistics include all messages sent into the queue by EMS clients and routed servers.tibems_status tibemsQueueInfo_GetMaxBytes(
tibems_status tibemsQueueInfo_GetMaxMsgs(
tibems_status tibemsQueueInfo_GetName(
Length of the name buffer.tibems_status tibemsQueueInfo_GetOutboundStatistics(
This function retrieves the outbound statistics for the queue. Outbound statistics include all messages delivered from the queue to EMS clients and routed servers.tibems_status tibemsQueueInfo_GetOverflowPolicy(
For more information about overflow policies, see the TIBCO Enterprise Message Service User’s Guide.tibems_status tibemsQueueInfo_GetPendingMessageCount(
tibems_status tibemsQueueInfo_GetPendingMessageSize(
tibems_status tibemsQueueInfo_GetPendingPersistentMessageCount(
tibems_status tibemsQueueInfo_GetPendingPersistentMessageSize(
tibems_status tibemsQueueInfo_GetReceiverCount(
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |