TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

QueueInfo Members

QueueInfo overview

Public Static Fields

PREFETCH_DEFAULT Indicates that the default number of messages will be prefetched into the EMS client.
PREFETCH_NONE Indicates no messages will be prefetched into the EMS client.

Public Instance Constructors

QueueInfo Constructor The public constructor creates a QueueInfo object with the given name.

Public Instance Properties

BridgeTargets (inherited from DestinationInfo) Get the target destinations that this destination bridges to.
BridgeTargetsInherited (inherited from DestinationInfo) Determines if the list of targets was inherited from a parent destination or whether it was set on the destination directly.
ConsumerCount (inherited from DestinationInfo) Get the number of consumers for this destination.
DeliveredMessageCount Get the total number of messages that have been delivered to consumer applications but have not yet been acknowledged.
Description (inherited from DestinationInfo) Get or set the description of this destination.
Exclusive Determine if this queue is exclusive.
ExclusiveInherited Determine if the exclusive property is inherited from a parent queue.
ExpiryOverride (inherited from DestinationInfo) Get or set the expiry override for this destination.
ExpiryOverrideInherited (inherited from DestinationInfo) Determine if the expiry override property was inheritied from a parent destination or set directly for this destination.
Failsafe (inherited from DestinationInfo) Get or set the failsafe property of this destination.
FailsafeInherited (inherited from DestinationInfo) Determine if the failsafe property was inheritied from a parent destination or set directly for this destination.
FlowControlMaxBytes (inherited from DestinationInfo) Get or set the volume of pending messages (in bytes) at which flow control is enabled for this destination.
FlowControlMaxBytesInherited (inherited from DestinationInfo) Determine if the flowControlMaxBytes property was inheritied from a parent destination or set directly for this destination.
Global (inherited from DestinationInfo) Get or set the global property of this destination.
GlobalInherited (inherited from DestinationInfo) Determine if the global property was inheritied from a parent destination or set directly for this destination.
ImportTransports (inherited from DestinationInfo) Get the names of the transports that this destination imports messages from.
ImportTransportsInherited (inherited from DestinationInfo) 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 (inherited from DestinationInfo) Get inbound statistics for this destination.
InTransitMessageCount Get the total number of messages that have been delivered to the queue owner but have not yet been acknowledged.
JNDINames (inherited from DestinationInfo) Get the array of JNDI names for this destination.
MaxBytes (inherited from DestinationInfo) Get or set the maximum number of message bytes that the server will store for pending messages bound for this destination.
MaxBytesInherited (inherited from DestinationInfo) Determine if the maxBytes property was inheritied from a parent destination or set directly for this destination.
MaxMsgs (inherited from DestinationInfo) Get or set the maximum number of messages that the server will store for pending messages bound for this destination. This is not currently supported for topics.
MaxMsgsInherited (inherited from DestinationInfo) Determine if the maxMsgs property was inheritied from a parent destination or set directly for this destination. This is not currently supported for topics.
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 (inherited from DestinationInfo) Get or set the level of message tracing for this destination.
MsgTraceInherited (inherited from DestinationInfo) Determine if the message trace property was inheritied from a parent destination or set directly for this destination.
Name (inherited from DestinationInfo) Get the name of this destination.
OutboundStatistics (inherited from DestinationInfo)Get outbound statistics for this destination.
OverflowPolicy (inherited from DestinationInfo) Get or set the overflow policy for this destination. This is not currently supported for topics.
OverflowPolicyInherited (inherited from DestinationInfo) Determine if the overflowPolicy property was inheritied from a parent destination or set directly for this destination. This is not currently supported for topics.
PendingMessageCount (inherited from DestinationInfo) Get the total number of pending messages for this destination.
PendingMessageSize (inherited from DestinationInfo) 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.
ReceiverCount Get the number of active receivers on this queue.
RouteConnected Determine if the route for this queue is connected.
Secure (inherited from DestinationInfo) Get or set the secure property of this destination.
SecureInherited (inherited from DestinationInfo) Determine if the secure property was inheritied from a parent destination or set directly for this destination.
SenderName (inherited from DestinationInfo) Get or set sender_name property for this destination.
SenderNameEnforced (inherited from DestinationInfo) Get or set sender_name_enforced property.
SenderNameEnforcedInherited (inherited from DestinationInfo) Indicates whether or not the sender_name_enforced is inherited.
SenderNameInherited (inherited from DestinationInfo) Indicates whether or not the sender_name property is inherited.
Static (inherited from DestinationInfo) Determine if this destination is static.
Temporary (inherited from DestinationInfo) Determine if this destination is temporary.

Public Instance Methods

AddImportTransport (inherited from DestinationInfo) Add a new import transport to the list of transports this destination imports messages from.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
RemoveImportTransport (inherited from DestinationInfo) Remove an import transport from the list of transports this destination imports messages from.
StatString (inherited from DestinationInfo) Helper method that generates the statistical information in the form of a string.
ToString 

See Also

QueueInfo Class | TIBCO.EMS.ADMIN Namespace