[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Construct an QueueConnectionFactory given the server url
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public QueueConnectionFactory( string serverUrls ) |
Public Sub New ( _ serverUrls As String _ ) |
public: QueueConnectionFactory( String^ serverUrls ) |
Parameters
- serverUrls
- Type: System..::.String
The url to the server
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)