TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

DestinationInfo Class

This abstract class contains methods common to both QueueInfo and TopicInfo.

For a list of all members of this type, see DestinationInfo Members.

System.Object
   TIBCO.EMS.ADMIN.DestinationInfo
      TIBCO.EMS.ADMIN.QueueInfo
      TIBCO.EMS.ADMIN.TopicInfo

public abstract class DestinationInfo

Remarks

It represents a Topic or Queue known to the server. Destinations fall into three categories: static, dynamic, and temporary. Static destinations are explicitly configured and appear in the configuration files on the server. Dynamic destinations are created dynamically by EMS clients or routed servers. Dynamic destinations cannot be modified. Temporary destinations are defined by the JMS specification. Temporary destinations cannot be modified. TopicInfo or QueueInfo objects received via Admin.GetTopic() or Admin.GetQueue() methods do not contain the statistical data about the destination. In order to obtain statistical information about destinations use Admin.GetTopicsStatistics() or Admin.GetQueuesStatistics().

Requirements

Namespace: TIBCO.EMS.ADMIN

Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

See Also

DestinationInfo Members | TIBCO.EMS.ADMIN Namespace