Master Properties
General
Parameter |
Description |
---|---|
JmsPort (6215) |
The port where the ActiveMQ Broker listens on. All communication from the DSPs will be through the ActiveMQ broker. |
JMX
Parameter |
Description |
---|---|
JmxRmiPath (Scheduler) |
The path in the RMI registry where the JMX Agent is registered. |
ActiveMQ
Tuning for DSP to Master Message Traffic (All DSP Connections)
-
MinSessionPoolSize (5)
-
MaxSessionPoolSize (10)
-
MaxConcurrentMessages(10)
Tuning for Master to DSP Message Traffic (per DSP Connection)
-
ClientConnection.MinSessionPoolSize (2)
-
ClientConnection.MaxSessionPoolSize (5)
-
ClientConnection.MaxConcurrentMessages (5)
Tuning for Remote Master to Master Message Traffic (per Remote Master)
-
RemoteMasterClient.MinSessionPoolSize (2)
-
RemoteMasterClient.MaxSessionPoolSize (5)
-
RemoteMasterClient.MaxConcurrentMessages (5)
Tuning for Master to Remote Master Message Traffic (per Remote Master)
-
RemoteMasterServer.MinSessionPoolSize (2)
-
RemoteMasterServer.MaxSessionPoolSize (5)
-
RemoteMasterServer.MaxConcurrentMessages (5)
Online Archiving
Parameter |
Description |
---|---|
UseDBTransactionWhenArchiving() |
Controls whether the archiving operation uses database transactions. Set the value to N only if the archiving process should not use database transactions at the time when it runs and if the database services are robust. |