TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

QueueConnectionFactory Constructor

Construct an empty QueueConnectionFactory

Overload List

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);

See Also

QueueConnectionFactory Class | TIBCO.EMS Namespace