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