TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

ConnectionFactoryInfo Constructor (String, String, DestinationType, Hashtable)

Creates ConnectionFactoryInfo.

public ConnectionFactoryInfo(
   string url,
   string clientID,
   DestinationType type,
   Hashtable sslParams
);

Parameters

url
The server URL for the factory.
clientID
The clientID for the connection created by this factory.
type
Factory type. Can be DestinationType.Queue, DestinationType.Topic or DestinationType.All where latter creates a generic connection factory.
sslParams

Remarks

The ConnectionFactory is not created on the server until Admin.CreateConnectionFactory() is called.

See Also

ConnectionFactoryInfo Class | TIBCO.EMS.ADMIN Namespace | ConnectionFactoryInfo Constructor Overload List