Configuring Unica Director

Change in ActiveMQ configuration

After Unica Director server installation you might need to change the ActiveMQ configuration. You can do this by modifying the ActiveMQ configuration in the <Unica Director Install Path> /Server/application.properites

spring.activemq.broker-url=ACTIVE_MQ_BROKER_URL

spring.activemq.user=ACTIVE_MQ_USER

spring.activemq.password=ACTIVE_MQ_USER_PASSWORD

Listener resource consumption data

By default, the Unica Director server maintains listener CPU and Memory consumption data of the last 7 days. If you require more data than this, it can be done by updating the < Unica Director Install Path> /Server/application.properites

set parameter addon.listener.profile.data.days=<number of days>

This will retain the data for the specified number of days in the ao_listener_rc table but the graph will show data for the last 7 days (beginning today) only.

Note: Setting a higher value for days to retain data can cause delay in the update to the System Usage chart.