tibemsConsumerInfo Type Purpose Represent a message consumer in the server. Function Description Page tibemsConsumerInfo_Destroy Destroy a consumerInfo object. 443 tibemsConsumerInfo_GetCreateTime Get a consumer's creation time in milliseconds. 444 tibemsConsumerInfo_GetCurrentMsgCountSentByServer Get the number of messages sent to consumer and not yet acknowledged by consumer's session. 445 tibemsConsumerInfo_GetCurrentMsgSizeSentByServer Get the combined size of messages sent to consumer and not yet acknowledged by consumer's session. 446 tibemsConsumerInfo_GetDestinationName Get the consumer's destination name. 447 tibemsConsumerInfo_GetDestinationType Get consumer's destination type. 448 tibemsConsumerInfo_GetDetailedStatistics Get detailed statistics for a wildcarded consumer. 449 tibemsConsumerInfo_GetDurableName Get the name of the consumer's durable subscription. 450 tibemsConsumerInfo_GetElapsedSinceLastAcknowledged Get the approximate number of milliseconds elapsed since the last time a message sent to this consumer was acknowledged by the consumer's session. 451 tibemsConsumerInfo_GetElapsedSinceLastSent Get the approximate number of milliseconds elapsed since last time the server sent a message to this consumer. 452 tibemsConsumerInfo_GetID Get the consumer’s unique ID. 453 tibemsConsumerInfo_GetPendingMessageCount Get the number of pending messages for a topic consumer. 454 tibemsConsumerInfo_GetPendingMessageSize Get the combined size of pending messages for a topic consumer. 455 tibemsConsumerInfo_GetStatistics Get total statistics for a consumer. 456 tibemsConsumerInfo_GetTotalAcknowledgedCount Get the total number of messages which were delivered to this consumer and have been acknowledged by the consumer's session. 457 tibemsConsumerInfo_GetTotalMsgCountSentByServer Get the total number of messages the server sent to this consumer since the consumer was created. 458 tibemsConsumerInfo_IsActive Get the active status of the consumer. 459 tibemsConsumerInfo_IsConnected Get the connection status of the consumer. 460 tibemsConsumerInfo_IsConnected Get whether this is connection consumer. 460 Related Types tibemsStatData on page 497 tibemsDetailedDestStat on page 462