[TIBCO.EMS .NET Admin client library 6.0 documentation]

The ConsumerInfo type exposes the following members.

Properties

  NameDescription
ConnectionID
Return the consumer's connection ID or 0. If this is a durable topic subscriber which is currently not connected, this method returns 0, which is never a valid connection ID.
CreateTime
Returns consumer's creation time in milliseconds.
DestinationName
Returns consumer's destination name.
DestinationType
Returns consumer's destination type. Returned value is one of {Queue} or {Topic}.
DetailedStatistics
Returns consumer's detailed statistics.
DurableName
Returns the name of the consumer's durable subscription or null Only durable topic consumers have durable name. This method returns null for non-durable topic subscribers and queue receivers.
ID
Returns consumer ID. All consumers have a unique ID
SessionID
Returns consumer's session ID or 0. If this is a durable topic subscriber which is currently not connected, this method returns 0, which is never a valid session ID
Statistics
Returns consumer's total statistics.
Username
Returns consumer's user name or null. This method returns null for disconnected durable subscribers.

See Also