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

Create a queue connection object.

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

Syntax

public virtual QueueConnection CreateQueueConnection()
Public Overridable Function CreateQueueConnection As QueueConnection
public:
virtual 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