TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

ConnectionFactoryInfo Constructor (String, String, DestinationType, Boolean, Hashtable)

Creates ConnectionFactoryInfo.

public ConnectionFactoryInfo(
   string url,
   string clientID,
   DestinationType type,
   bool xa,
   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.
xa
XA type. Set to true if this is an XA 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