[TIBCO.EMS .NET Admin client library 7.0 documentation]
The DurableInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Active | Determine if this durable is connected or dormant.
This method has been replaced by Connected
and this method has been deprecated as of EMS 4.4
|
![]() | ClientID | Get the client ID associated with this durable.
|
![]() | Connected | Determine if this durable is connected or dormant.
|
![]() | 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.
|