Class ConfigFile.Messaging
Configuration values for SuperOffice.CRM.Messaging and the SoMessaging.dll.
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Messaging : Object
Properties
BrokerAutoAliveMessage
Should the message broker autiomatically send alive messages? Default value is true.
Declaration
public static bool BrokerAutoAliveMessage { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
BrokerAutoAliveMessageInterval
Interval for the mesage broker to send alive messages. Default value is 60 (sec).
Declaration
public static int BrokerAutoAliveMessageInterval { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
BrokerBroadcastAddress
Broadcast address for the message broker to send to other machines. Default is broadcast address: 255.255.255.255
Declaration
public static IPAddress BrokerBroadcastAddress { get; set; }
Property Value
Type | Description |
---|---|
IPAddress |
BrokerBroadcastPort
The port the message broker is sending messages on to other machines. Default value is port 19107
Declaration
public static int BrokerBroadcastPort { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
BrokerExternalListeningAddress
Address the message broker is listening on for external messages. Default value is Any IP address: 0.0.0.0
Declaration
public static IPAddress BrokerExternalListeningAddress { get; set; }
Property Value
Type | Description |
---|---|
IPAddress |
BrokerExternalListeningPort
The port the message broker is listening for messages from other machines. Default value is port 19107
Declaration
public static int BrokerExternalListeningPort { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
BrokerInternalListeningAddress
Address the message broker is listening on for internal messages. Default value is Loopback adapter: 127.0.0.1
Declaration
public static IPAddress BrokerInternalListeningAddress { get; set; }
Property Value
Type | Description |
---|---|
IPAddress |
BrokerInternalListeningPort
The port the message broker is listening for messages from internal clients. Default value is port 19108
Declaration
public static int BrokerInternalListeningPort { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ClientAutoAliveMessage
Sould the message client automatically send alive messages? Default value is true.
Declaration
public static bool ClientAutoAliveMessage { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ClientAutoAliveMessageInterval
Interval for the mesage client to send alive messages. Default value is 60 (sec).
Declaration
public static int ClientAutoAliveMessageInterval { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ClientAutoCreateBroker
Should the message client automatically create a local message broker if one does not exsist? Default value is true.
Declaration
public static bool ClientAutoCreateBroker { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ClientBroadcastAddress
Address ther message clients (normally sending messages through the message broker) is broadcasting on. Default value is Loopback adapter: 127.0.0.1
Declaration
public static IPAddress ClientBroadcastAddress { get; set; }
Property Value
Type | Description |
---|---|
IPAddress |
ClientBroadcastPort
The port the message client is broadcasting messages on (normally to the message broker). Default value is port 19108
Declaration
public static int ClientBroadcastPort { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ClientListeningAddress
Address the message clients (noirmally recieving messages from the message broker) is listening on. Default value is Any IP address: 0.0.0.0
Declaration
public static IPAddress ClientListeningAddress { get; set; }
Property Value
Type | Description |
---|---|
IPAddress |
ClientListeningPortEnd
The end of the range clients listen to messages on (normally from the message broker). Default value is 19999
Declaration
public static int ClientListeningPortEnd { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ClientListeningPortStart
The start of the range clients listen to messages on (normally from the message broker). Default value is 19109
Declaration
public static int ClientListeningPortStart { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
MessagingSoAuthentication
False will indicate process being authenticated with NetServer or Anonymous user
Declaration
public static bool MessagingSoAuthentication { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
MessagingSoPassword
Password for MessagingSoUser
Declaration
public static string MessagingSoPassword { get; set; }
Property Value
Type | Description |
---|---|
String |
MessagingSoUser
SuperOffice user to authenticate with.
Declaration
public static string MessagingSoUser { get; set; }
Property Value
Type | Description |
---|---|
String |