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