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

Session restricted to queues

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

Syntax

public class QueueSession : Session
Public Class QueueSession _
	Inherits Session
public ref class QueueSession : public Session

Remarks

Note: The QueueSession class is for backwards compatibility to support older clients. New clients should use the Session class.

A QueueSession object provides methods for creating QueueReceiver, QueueSender, QueueBrowser, and TemporaryQueue objects.

If there are messages that have been received but not acknowledged when a QueueSession terminates, these messages will be retained and redelivered when a consumer next accesses the queue.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.UFO..::.Session
    TIBCO.EMS.UFO..::.QueueSession

See Also