[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Note:
This class is provided for backward compatibility to support older EMS clients programs.
New clients should use the Connection class instead.
A QueueConnection object is an active connection to a point-to-point TIBCO EMS Server.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public class QueueConnection : Connection |
Public Class QueueConnection _ Inherits Connection |
public ref class QueueConnection : public Connection |
Remarks

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.