[TIBCO.EMS .NET Admin client library 5.1 documentation]

The DestinationInfo type exposes the following members.

Properties

  NameDescription
BridgeTargets
Get the target destinations that this destination bridges to.
BridgeTargetsInherited
Determines if the list of targets was inherited from a parent destination or whether it was set on the destination directly.
ConsumerCount
Get the number of consumers for this destination.
Description
Get or set the description of this destination.
ExpiryOverride
Get or set the expiry override for this destination.
ExpiryOverrideInherited
Determine if the expiry override property was inheritied from a parent destination or set directly for this destination.
Failsafe
Get or set the failsafe property of this destination.
FailsafeInherited
Determine if the failsafe property was inheritied from a parent destination or set directly for this destination.
FlowControlMaxBytes
Get or set the volume of pending messages (in bytes) at which flow control is enabled for this destination.
FlowControlMaxBytesInherited
Determine if the flowControlMaxBytes property was inheritied from a parent destination or set directly for this destination.
Global
Get or set the global property of this destination.
GlobalInherited
Determine if the global property was inheritied from a parent destination or set directly for this destination.
ImportTransports
Get the names of the transports that this destination imports messages from.
ImportTransportsInherited
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.
InboundStatistics
Get inbound statistics for this destination.
JNDINames
Get the array of JNDI names for this destination.
MaxBytes
Get or set the maximum number of message bytes that the server will store for pending messages bound for this destination.
MaxBytesInherited
Determine if the maxBytes property was inheritied from a parent destination or set directly for this destination.
MaxMsgs
Get or set the maximum number of messages that the server will store for pending messages bound for this destination.
MaxMsgsInherited
Determine if the maxMsgs property was inheritied from a parent destination or set directly for this destination.
MsgTrace
Get or set the level of message tracing for this destination.
MsgTraceInherited
Determine if the message trace property was inheritied from a parent destination or set directly for this destination.
Name
Get the name of this destination.
OutboundStatistics
Get outbound statistics for this destination.
OverflowPolicy
Get or set the overflow policy for this destination.
OverflowPolicyInherited
Determine if the overflowPolicy property was inheritied from a parent destination or set directly for this destination.
PendingMessageCount
Get the total number of pending messages for this destination.
PendingMessageSize
Get the total size for all pending messages for this destination.
Prefetch
Get or set the number of messages prefetched by the EMS client from the server to improve efficiency.
PrefetchInherited
Determine if the prefetch setting for this queue is inherited from a parent queue.
Secure
Get or set the secure property of this destination.
SecureInherited
Determine if the secure property was inheritied from a parent destination or set directly for this destination.
SenderName
Get or set sender_name property for this destination.
SenderNameEnforced
Get or set sender_name_enforced property.
SenderNameEnforcedInherited
Indicates whether or not the sender_name_enforced is inherited.
SenderNameInherited
Indicates whether or not the sender_name property is inherited.
Static
Determine if this destination is static.
Store
Set or Get the store of this destination.
StoreInherited
Determine if the store property was inheritied from a parent destination or set directly for this destination.
Temporary
Determine if this destination is temporary.

See Also