An NDoc Documented Class Library

IConnectionFactory Members

IConnectionFactory overview

Public Instance Properties

Application Get and set the connection factory application. The default value is "C# Messaging".
AutomaticControlLabel Automatic control label for Access Label Adapter(ALA).
Broker Used to get and set the Broker that is used by the connection factory. It can be specified in the following formats: "Broker #1@localhost:6849", "localhost", and "localhost:6849". The default value is "localhost:6849".
BrokerKeepAliveAttempts The number of times the Broker will send keep-alive signals to the messaging client before disconnecting. The default value is 1.
BrokerKeepAliveInterval Number of seconds a keep-alive signal is sent from the Broker to the messaging client. A value of 0 disables the sending of keep-alive signals from the Broker. The default value is 0.
BrokerKeepAliveTimeout The number of seconds the Broker waits for activity from the messaging client before disconnecting. A default value of 0 indicates an infinite timeout.
BrokerList List of fully qualified broker names to which a connection will be attempted. For example, "broker1@server1:6849,broker2@server2:6849"
BrokerListOrderConfiguration value defining the order in which the brokers are chosen from the Broker list. The values are "Sequential" or "Random" (default).
BrokerTimeout The number of seconds that a connection waits for a response from the Broker. If no response is received from the Broker within this timeout value, then the connection is assumed lost. The default value is 60 seconds.
ClientGroup Get and set the connection factory client group. The default value is "JMSClient".
ClientID Get and set the connection factory client ID. The default value is null.
LanguageName The value of the locale. The default value is null, in which case the locale is defined in MsgConfig. If no locale value is defined in MsgConfig, the Windows system default locale is used. To use a specific locale, refer to http://msdn2.microsoft.com/en-us/library/system.globalization.cultureinfo.aspx.
ReadOnly Set this connection factory to read-only. Once set to read-only none of the connection factory's attributes can be modified.
SSLEncryption Whether or not the SSL connection to the Broker is encrypted.
SSLKeystore The location of the keystore containing the client's SSL digital certificate and/or trusted certificates.

Public Instance Methods

CreateConnectionOverloaded. Creates a connection to the Broker.

See Also

IConnectionFactory Interface | webMethods.Msg Namespace