TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

QueueConnectionFactory.CreateQueueConnection Method (String, String)

Creating a queue connection given username and password.

public QueueConnection CreateQueueConnection(
   string userName,
   string password
);

Parameters

userName
The username to use to create connection.
password
The username to password to create connection.

Return Value

The newly create IQueueConnection.

Remarks

For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

QueueConnectionFactory Class | TIBCO.EMS Namespace | QueueConnectionFactory.CreateQueueConnection Overload List