[TIBCO.EMS .NET Admin client library 8.1 documentation]
The ConsumerInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | 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 | |
![]() | 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
|
![]() | SharedSubscriptionName |
Returns the name of the shared subscription. For shared durable
consumers, this is equivalent to the durable name.
|
![]() | Statistics | Returns consumer's total statistics.
|
![]() | Username | Returns consumer's user name or null.
This method returns null for disconnected durable
subscribers.
|