TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

TopicConnectionFactory.CreateTopicConnection Method (String, String)

Creating a topic connection given username and password.

public TopicConnection CreateTopicConnection(
   string userName,
   string password
);

Parameters

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

Return Value

The newly create TopicConnection.

Remarks

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

See Also

TopicConnectionFactory Class | TIBCO.EMS Namespace | TopicConnectionFactory.CreateTopicConnection Overload List