TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

DurableInfo Properties

The properties of the DurableInfo class are listed below. For a complete list of DurableInfo class members, see the DurableInfo Members topic.

Public Instance Properties

Active Determine if this durable is connected or dormant.
ClientID Get the client ID associated with this durable.
ConsumerID Get the consumer ID associated with this durable.
DeliveredMessageCount Get the number of messages that have been delivered to the durable subscription but have not yet been acknowledged.
DurableName Get the name of this durable.
NoLocalEnabled Indicates whether or not the durable has opted not to receive "local" messages.
PendingMessageCount Get the total number of messages waiting to be delivered to this durable subscription. This also includes the delivered message count.
PendingMessageSize Get the total size, in bytes, of messages waiting to be delivered to this durable subscription.
Selector Get the selector that this durable uses.
Static Determine if this durable is static or dynamic.
TopicName Get the topic name that this durable subscribes to.
UserName Get the name of the authenticated user whose connection this durable subscriber is currently using.

See Also

DurableInfo Class | TIBCO.EMS.ADMIN Namespace