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