Cisco Cisco Workload Automation 6.3 User Guide

Page of 412
376
Parameters
Master Properties
Message Broker
MessageBroker.MemoryLimit – The amount of memory (in MB) to allocate to ActiveMQ for storing in-flight 
messages. If queues become full, ActiveMQ will page messages to disk, which is more expensive than keeping them 
in memory. Default is low. Increasing is recommended.
MessageBroker.TempLimit – The amount of memory (in MB) to allocate to ActiveMQ for storing temporary 
messages. If queues become full, ActiveMQ will page messages to disk, which is more expensive than keeping them 
in memory.
MessageBroker.StoreLimit – The amount of disk space (in MB) to allocate to ActiveMQ for storing in-flight 
messages when memory is full.
Master Properties
General
JmsPort (
6215) – The port where the ActiveMQ Broker listens on. All communication from the DSPs will be through 
the ActiveMQ broker.
JMX
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)