[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]

A QueueConnection object is an active connection to a point-to-point TIBCO EMS Server.

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

Syntax

public class QueueConnection : Connection
Public Class QueueConnection _
	Inherits Connection
public ref class QueueConnection : public Connection

Remarks

Note: This class is provided for backward compatibility to support older EMS clients programs. New clients should use the Connection class instead.

A client uses a QueueConnection object to create one or more QueueSession objects for producing and consuming messages.

A QueueConnection can be used to create a QueueSession, from which specialized queue-related objects can be created.

A QueueConnection cannot be used to create objects specific to the publish/subscribe domain.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.UFO..::.Connection
    TIBCO.EMS.UFO..::.QueueConnection

See Also