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

The QueueInfo type exposes the following members.

Properties

  NameDescription
BridgeTargets
Get the target destinations that this destination bridges to.
(Inherited from DestinationInfo.)
BridgeTargetsInherited
Determines if the list of targets was inherited from a parent destination or whether it was set on the destination directly.
(Inherited from DestinationInfo.)
ConsumerCount
Get the number of consumers for this destination.
(Inherited from DestinationInfo.)
DeliveredMessageCount
Get the total number of messages that have been delivered to consumer applications but have not yet been acknowledged.
Description
Get or set the description of this destination.
(Inherited from DestinationInfo.)
Exclusive
Determine if this queue is exclusive.
ExclusiveInherited
Determine if the exclusive property is inherited from a parent queue.
ExpiryOverride
Get or set the expiry override for this destination.
(Inherited from DestinationInfo.)
ExpiryOverrideInherited
Determine if the expiry override property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
Failsafe
Get or set the failsafe property of this destination.
(Inherited from DestinationInfo.)
FailsafeInherited
Determine if the failsafe property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
FlowControlMaxBytes
Get or set the volume of pending messages (in bytes) at which flow control is enabled for this destination.
(Inherited from DestinationInfo.)
FlowControlMaxBytesInherited
Determine if the flowControlMaxBytes property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
Global
Get or set the global property of this destination.
(Inherited from DestinationInfo.)
GlobalInherited
Determine if the global property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
ImportTransports
Get the names of the transports that this destination imports messages from.
(Inherited from DestinationInfo.)
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.
(Inherited from DestinationInfo.)
InboundStatistics
Get inbound statistics for this destination.
(Inherited from DestinationInfo.)
InTransitMessageCount
Get the total number of messages that have been delivered to the queue owner but have not yet been acknowledged.
JNDINames
Get the array of JNDI names for this destination.
(Inherited from DestinationInfo.)
MaxBytes
Get or set the maximum number of message bytes that the server will store for pending messages bound for this destination.
(Inherited from DestinationInfo.)
MaxBytesInherited
Determine if the maxBytes property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
MaxMsgs
Get or set the maximum number of messages that the server will store for pending messages bound for this destination.
(Inherited from DestinationInfo.)
MaxMsgsInherited
Determine if the maxMsgs property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
MaxRedelivery
Get or set the maximum number of times the server will redeliver a given message from this queue to the queue receivers.
MaxRedeliveryInherited
Determine if the maxRedelivery property was inheritied from a parent queue or set directly for this queue.
MsgTrace
Get or set the level of message tracing for this destination.
(Inherited from DestinationInfo.)
MsgTraceInherited
Determine if the message trace property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
Name
Get the name of this destination.
(Inherited from DestinationInfo.)
OutboundStatistics
Get outbound statistics for this destination.
(Inherited from DestinationInfo.)
OverflowPolicy
Get or set the overflow policy for this destination.
(Inherited from DestinationInfo.)
OverflowPolicyInherited
Determine if the overflowPolicy property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
PendingMessageCount
Get the total number of pending messages for this destination.
(Inherited from DestinationInfo.)
PendingMessageSize
Get the total size for all pending messages for this destination.
(Inherited from DestinationInfo.)
PendingPersistentMessageCount
Get the total number of pending messages for this destination that were sent persistently.
(Inherited from DestinationInfo.)
PendingPersistentMessageSize
Get the total size for all pending messages for this destination that were sent persistently.
(Inherited from DestinationInfo.)
Prefetch
Get or set the number of messages prefetched by the EMS client from the server to improve efficiency.
(Inherited from DestinationInfo.)
PrefetchInherited
Determine if the prefetch setting for this queue is inherited from a parent queue.
(Inherited from DestinationInfo.)
ReceiverCount
Get the number of active receivers on this queue.
RedeliveryDelay
Get or set the redelivery delay for this queue.
(Inherited from DestinationInfo.)
RedeliveryDelayInherited
Determine if the redelivery delay property was inherited from a parent queue or set directly for this queue.
(Inherited from DestinationInfo.)
RouteConnected
Determine if the route for this queue is connected.
Routed
Determine if this is a routed queue or not
RouteName
Get the name of this routed queue's route
Secure
Get or set the secure property of this destination.
(Inherited from DestinationInfo.)
SecureInherited
Determine if the secure property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
SenderName
Get or set sender_name property for this destination.
(Inherited from DestinationInfo.)
SenderNameEnforced
Get or set sender_name_enforced property.
(Inherited from DestinationInfo.)
SenderNameEnforcedInherited
Indicates whether or not the sender_name_enforced is inherited.
(Inherited from DestinationInfo.)
SenderNameInherited
Indicates whether or not the sender_name property is inherited.
(Inherited from DestinationInfo.)
Static
Determine if this destination is static.
(Inherited from DestinationInfo.)
Store
Set or Get the store of this destination.
(Inherited from DestinationInfo.)
StoreInherited
Determine if the store property was inherited from a parent destination or set directly for this destination.
(Inherited from DestinationInfo.)
Temporary
Determine if this destination is temporary.
(Inherited from DestinationInfo.)

See Also