TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
|
This class represents a durable subscription on the Tibjms server. More...
Public Member Functions | |
override string | ToString () |
Generate a string representation of this DurableInfo. More... | |
Properties | |
string | DurableName [get] |
Get the name of this durable. More... | |
string | TopicName [get] |
Get the topic name that this durable subscribes to. More... | |
string | ClientID [get] |
Get the client ID associated with this durable. More... | |
string | UserName [get] |
Get the name of the authenticated user whose connection this durable subscriber is currently using. More... | |
long | ConsumerID [get] |
Get the consumer ID associated with this durable. More... | |
bool | Active [get] |
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 More... | |
bool | Connected [get] |
Determine if this durable is connected or dormant. More... | |
long | PendingMessageCount [get] |
Get the total number of messages waiting to be delivered to this durable subscription. This also includes the delivered message count. More... | |
long | DeliveredMessageCount [get] |
Get the number of messages that have been delivered to the durable subscription but have not yet been acknowledged. More... | |
long | PendingMessageSize [get] |
Get the total size, in bytes, of messages waiting to be delivered to this durable subscription. More... | |
bool | NoLocalEnabled [get] |
Indicates whether or not the durable has opted not to receive "local" messages. More... | |
string | Selector [get] |
Get the selector that this durable uses. More... | |
bool | Static [get] |
Determine if this durable is static or dynamic. More... | |
bool | Shared [get] |
Returns true if this is a shared durable consumer. The shared subscription name is DurableName More... | |
This class represents a durable subscription on the Tibjms server.
The durable subscription may be active and receiving messages or it may be dormant, with its messages being stored on the server until it is active again.
|
inline |
Generate a string representation of this DurableInfo.
|
get |
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
|
get |
Get the client ID associated with this durable.
|
get |
Determine if this durable is connected or dormant.
|
get |
Get the consumer ID associated with this durable.
|
get |
Get the number of messages that have been delivered to the durable subscription but have not yet been acknowledged.
|
get |
Get the name of this durable.
|
get |
Indicates whether or not the durable has opted not to receive "local" messages.
Local messages are those that have been sent on an application's own connection.
|
get |
Get the total number of messages waiting to be delivered to this durable subscription. This also includes the delivered message count.
|
get |
Get the total size, in bytes, of messages waiting to be delivered to this durable subscription.
|
get |
Get the selector that this durable uses.
|
get |
Returns true
if this is a shared durable consumer. The shared subscription name is DurableName
true
if this is a shared durable consumer.
|
get |
Determine if this durable is static or dynamic.
|
get |
Get the topic name that this durable subscribes to.
|
get |
Get the name of the authenticated user whose connection this durable subscriber is currently using.