[TIBCO.EMS .NET client library 6.0 documentation]

The FederatedQueue class represents the queue entry in the naming server. A FederatedQueue object is the query result of a queue name lookup, the return value of the NameSearcher.Lookup method.

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

Syntax

public class FederatedQueue : Queue
Public Class FederatedQueue _
	Inherits Queue
public ref class FederatedQueue : public Queue

Remarks

A FederatedQueue object has a Name property that uniquely identifies the queue entry in the naming server. If we want to store the reference of query result into a 3rd-party directory server, this property can be used as the entry name of a DirectoryEntry in ASDI.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS..::.Destination
    TIBCO.EMS..::.Queue
      TIBCO.EMS..::.FederatedQueue

See Also