TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

QueueConnectionFactory Constructor (String, String, Hashtable)

Construct an QueueConnectionFactory given the server url, client id and properties

public QueueConnectionFactory(
   string serverUrl,
   string clientId,
   Hashtable properties
);

Parameters

serverUrl
The url to the server
clientId
The id to the client
properties
The properties for creating connection such as username and password

Remarks

Reconnect and Fault Tolerance

To enable reconnection behavior and fault tolerance, the connection factory’s server URL parameter must be a comma-separated list of two or more URLs. To enable client reconnection in a situation with only one server, you may supply two copies of that server’s URL (for example, tcp://localhost:7222,tcp://localhost:7222)


For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

QueueConnectionFactory Class | TIBCO.EMS Namespace | QueueConnectionFactory Constructor Overload List