TopicConnectionFactory.CreateTopicConnection


Method

Declaration

TopicConnection CreateTopicConnection( 
    string userName, 
    string password ); 
 
TopicConnection CreateTopicConnection(); 

Purpose

Create a topic connection object.

Remarks

When the identity parameters are absent, the connection object presents a default user identity. If the server configuration permits that user, then the call succeeds.

Parameter
Description
userName
When present, the connection object presents this user identity to the server.
password
When present, the connection object authenticates the user identity with this password.

See Also

TopicConnection


TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com