Construct an empty TopicConnectionFactory
Construct an empty TopicConnectionFactory
public TopicConnectionFactory();
Construct an TopicConnectionFactory given the server url
public TopicConnectionFactory(string);
Construct an TopicConnectionFactory given the server url and client id.
public TopicConnectionFactory(string,string);
Construct an TopicConnectionFactory given the server url, client id and properties
public TopicConnectionFactory(string,string,Hashtable);
TopicConnectionFactory Class | TIBCO.EMS Namespace