tibemsConsumerInfo

Type

Purpose

Represents a message consumer in the server.

Function Description
tibemsConsumerInfo_Destroy Destroy a consumerInfo object.
tibemsConsumerInfo_GetCreateTime Get a consumer's creation time in milliseconds.
tibemsConsumerInfo_GetCurrentMsgCountSentByServer Get the number of messages sent to consumer and not yet acknowledged by consumer's session.
tibemsConsumerInfo_GetCurrentMsgSizeSentByServer Get the combined size of messages sent to consumer and not yet acknowledged by consumer's session.
tibemsConsumerInfo_GetDestinationName Get the consumer's destination name.
tibemsConsumerInfo_GetDestinationType Get consumer's destination type.
tibemsConsumerInfo_GetDetailedStatistics Get detailed statistics for a wildcarded consumer.
tibemsConsumerInfo_GetDurableName Get the name of the consumer's durable subscription.
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.
tibemsConsumerInfo_GetElapsedSinceLastSent Get the approximate number of milliseconds elapsed since last time the server sent a message to this consumer.
tibemsConsumerInfo_GetID Get the consumer’s unique ID.
tibemsConsumerInfo_GetPendingMessageCount Get the number of pending messages for a topic consumer.
tibemsConsumerInfo_GetSharedSubscriptionName Get the shared subscription name for a consumer.
tibemsConsumerInfo_GetPendingMessageSize Get the combined size of pending messages for a topic consumer.
tibemsConsumerInfo_GetStatistics Get total statistics for a consumer.
tibemsConsumerInfo_GetTotalAcknowledgedCount Get the total number of messages which were delivered to this consumer and have been acknowledged by the consumer's session.
tibemsConsumerInfo_GetTotalMsgCountSentByServer Get the total number of messages the server sent to this consumer since the consumer was created.
tibemsConsumerInfo_IsActive Get the active status of the consumer.
tibemsConsumerInfo_IsConnected Get the connection status of the consumer.
tibemsConsumerInfo_IsConnectionConsumer Get whether this is connection consumer.
tibemsConsumerInfo_IsShared Get the shared subscription status of the consumer.