|
string[] | ExportTransports [get] |
| Get the names of the transports that this topic exports messages on. More...
|
|
int | SubscriptionCount [get] |
| Get the current number of subscriptions for this topic. More...
|
|
int | DurableSubscriptionCount [get] |
| Get the current number of durable subscriptions for this topic. More...
|
|
int | SubscriberCount [get] |
| Get the current number of active subscribers for this topic. More...
|
|
int | DurableCount [get] |
| Use TopicInfo.DurableSubscriptionCount instead More...
|
|
int | ActiveDurableCount [get] |
| Get the current number of active durable subscribers for this topic. More...
|
|
string | Channel [get, set] |
| Get or set the multicast channel for this topic. More...
|
|
bool | ChannelInherited [get] |
| Determine if the channel property was inherited from a parent topic or set directly for this topic. More...
|
|
bool | MulticastEnabled [get] |
| Determine if this topic is multicast-enabled. More...
|
|
bool | ExportTransportsInherited [get] |
| Determines if the list of transports this topic exports messages on was inherited from a parent topic or whether it was set on the topic directly. More...
|
|
string[] | JNDINames [get] |
| Get the array of JNDI names for this destination. More...
|
|
string | Name [get] |
| Get the name of this destination. More...
|
|
string | Description [get, set] |
| Get or set the description of this destination. More...
|
|
bool | Failsafe [get, set] |
| Get or set the failsafe property of this destination. More...
|
|
bool | FailsafeInherited [get] |
| Determine if the failsafe property was inherited from a parent destination or set directly for this destination. More...
|
|
bool | Secure [get, set] |
| Get or set the secure property of this destination. More...
|
|
bool | SecureInherited [get] |
| Determine if the secure property was inherited from a parent destination or set directly for this destination. More...
|
|
bool | Global [get, set] |
| Get or set the global property of this destination. More...
|
|
bool | GlobalInherited [get] |
| Determine if the global property was inherited from a parent destination or set directly for this destination. More...
|
|
int | Prefetch [get, set] |
| Get or set the number of messages prefetched by the EMS client from the server to improve efficiency. More...
|
|
bool | PrefetchInherited [get] |
| Determine if the prefetch setting for this queue is inherited from a parent queue. More...
|
|
string[] | ImportTransports [get] |
| Get the names of the transports that this destination imports messages from. More...
|
|
BridgeTarget[] | BridgeTargets [get] |
| Get the target destinations that this destination bridges to. More...
|
|
bool | SenderName [get, set] |
| Get or set sender_name property for this destination. More...
|
|
bool | SenderNameInherited [get] |
| Indicates whether or not the sender_name property is inherited. More...
|
|
bool | SenderNameEnforced [get, set] |
| Get or set sender_name_enforced property. More...
|
|
bool | SenderNameEnforcedInherited [get] |
| Indicates whether or not the sender_name_enforced is inherited. More...
|
|
long | MaxBytes [get, set] |
| Get or set the maximum number of message bytes that the server will store for pending messages bound for this destination. More...
|
|
bool | MaxBytesInherited [get] |
| Determine if the maxBytes property was inherited from a parent destination or set directly for this destination. More...
|
|
long | MaxMsgs [get, set] |
| Get or set the maximum number of messages that the server will store for pending messages bound for this destination. More...
|
|
bool | MaxMsgsInherited [get] |
| Determine if the maxMsgs property was inherited from a parent destination or set directly for this destination. More...
|
|
OverflowPolicyType | OverflowPolicy [get, set] |
| Get or set the overflow policy for this destination. More...
|
|
bool | OverflowPolicyInherited [get] |
| Determine if the overflowPolicy property was inherited from a parent destination or set directly for this destination. More...
|
|
byte | MsgTrace [get, set] |
| Get or set the level of message tracing for this destination. More...
|
|
bool | MsgTraceInherited [get] |
| Determine if the message trace property was inherited from a parent destination or set directly for this destination. More...
|
|
long | FlowControlMaxBytes [get, set] |
| Get or set the volume of pending messages (in bytes) at which flow control is enabled for this destination. More...
|
|
bool | FlowControlMaxBytesInherited [get] |
| Determine if the flowControlMaxBytes property was inherited from a parent destination or set directly for this destination. More...
|
|
bool | Static [get] |
| Determine if this destination is static. More...
|
|
bool | Temporary [get] |
| Determine if this destination is temporary. More...
|
|
long | ConnectionID [get] |
| Get a temporary destination's connection ID. More...
|
|
long | PendingMessageCount [get] |
| Get the total number of pending messages for this destination. More...
|
|
long | PendingMessageSize [get] |
| Get the total size for all pending messages for this destination. More...
|
|
long | PendingPersistentMessageCount [get] |
| Get the total number of pending messages for this destination that were sent persistently. More...
|
|
long | PendingPersistentMessageSize [get] |
| Get the total size for all pending messages for this destination that were sent persistently. More...
|
|
int | ConsumerCount [get] |
| Get the number of consumers for this destination. More...
|
|
StatData | InboundStatistics [get] |
| Get inbound statistics for this destination. More...
|
|
StatData | OutboundStatistics [get] |
| Get outbound statistics for this destination. More...
|
|
long | ExpiryOverride [get, set] |
| Get or set the expiry override for this destination. More...
|
|
bool | ExpiryOverrideInherited [get] |
| Determine if the expiry override property was inherited from a parent destination or set directly for this destination. More...
|
|
long | RedeliveryDelay [get, set] |
| Get or set the redelivery delay for this queue. More...
|
|
bool | RedeliveryDelayInherited [get] |
| Determine if the redelivery delay property was inherited from a parent queue or set directly for this queue. More...
|
|
string | Store [get, set] |
| Set or Get the store of this destination. More...
|
|
bool | StoreInherited [get] |
| Determine if the store property was inherited from a parent destination or set directly for this destination. More...
|
|
bool | ImportTransportsInherited [get] |
| Determines if the list of transports this destination imports messages from was inherited from a parent destination or whether it was set on the destination directly. More...
|
|
bool | BridgeTargetsInherited [get] |
| Determines if the list of targets was inherited from a parent destination or whether it was set on the destination directly. More...
|
|
This class represents a topic that is configured on the EMS server.