tibemsConsumerInfo Type Purpose Represent a message consumer in the server. Function Description Page tibemsConsumerInfo_Destroy Destroy a consumerInfo object. 458 tibemsConsumerInfo_GetCreateTime Get a consumer's creation time in milliseconds. 459 tibemsConsumerInfo_GetCurrentMsgCountSentByServer Get the number of messages sent to consumer and not yet acknowledged by consumer's session. 460 tibemsConsumerInfo_GetCurrentMsgSizeSentByServer Get the combined size of messages sent to consumer and not yet acknowledged by consumer's session. 461 tibemsConsumerInfo_GetDestinationName Get the consumer's destination name. 462 tibemsConsumerInfo_GetDestinationType Get consumer's destination type. 463 tibemsConsumerInfo_GetDetailedStatistics Get detailed statistics for a wildcarded consumer. 464 tibemsConsumerInfo_GetDurableName Get the name of the consumer's durable subscription. 465 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. 466 tibemsConsumerInfo_GetElapsedSinceLastSent Get the approximate number of milliseconds elapsed since last time the server sent a message to this consumer. 467 tibemsConsumerInfo_GetID Get the consumer’s unique ID. 468 tibemsConsumerInfo_GetPendingMessageCount Get the number of pending messages for a topic consumer. 469 tibemsConsumerInfo_GetSharedSubscriptionName Get the shared subscription name for a consumer. 471 tibemsConsumerInfo_GetPendingMessageSize Get the combined size of pending messages for a topic consumer. 470 tibemsConsumerInfo_GetStatistics Get total statistics for a consumer. 472 tibemsConsumerInfo_GetTotalAcknowledgedCount Get the total number of messages which were delivered to this consumer and have been acknowledged by the consumer's session. 473 tibemsConsumerInfo_GetTotalMsgCountSentByServer Get the total number of messages the server sent to this consumer since the consumer was created. 474 tibemsConsumerInfo_IsActive Get the active status of the consumer. 475 tibemsConsumerInfo_IsConnected Get the connection status of the consumer. 476 tibemsConsumerInfo_IsConnectionConsumer Get whether this is connection consumer. 477 tibemsConsumerInfo_IsShared Get the shared subscription status of the consumer. 478 Related Types tibemsStatData on page 514 tibemsDetailedDestStat on page 479