[TIBCO.EMS .NET client library 7.0 documentation]

Create a queue connection object.

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

Syntax

public QueueConnection CreateQueueConnection()
Public Function CreateQueueConnection As QueueConnection
public:
QueueConnection^ CreateQueueConnection()

Return Value

The newly created QueueConnection.

Remarks

The connection object presents a default user identity. If the server configuration permits that user, then the call succeeds.

See Also