Skip to main content

Activity Engine properties reference

Here you can find Jive system properties that are relevant for Activity Engine.

To set any of these properties, use the System Properties page in the Admin Console. Alternatively, as the jive user, run the following:

jive set <property> <newvalue>

Activity Engine properties

PropertyDescriptionDefault value
eae.core.coreAddressAddress of the Activity Engine server.localhost
eae.core.corePortPort of the Activity Engine server.7020
eae.core.coreMinWorkerThreadsMinimum number of threads to listen for incoming socket connections from the Jive web application.4
eae.core.coreMaxWorkerThreadsMaximum number of threads to listen for incoming socket connections from the Jive web application.2048
eae.core.user-recency-enabledControls whether or not only active users have their streams populated.true
eae.core.user-recency-timeoutThe age in milliseconds after which a user is considered inactive.2592000000 (30 days)
eae.core.user-recency-bufferUpdate user recency time no more than once in this time period, in milliseconds.86400000 (1 day)
eae.core.remove-old-entries-time-after-midnightDetermines when to allow the tasks that remove old items from the stream to run (after midnight, in milliseconds). For example, a value of 7200000 allows the tasks after 2 A.M. If you want the tasks to run on a set interval (not just during a time window), set this to 0 and set remove-old-entries-buffer to 24 hours (86400000 milliseconds).7200000
eae.core.remove-old-entries-periodThe window following remove-old-entries-time-after-midnight, in milliseconds, in which the old item deletion tasks runs, OR how often to run the tasks, in milliseconds, if remove-old-entries-buffer is set to 24 hours. For example, the default values allow the tasks to run once between 2 A.M. and 3 A.M.3600000
eae.core.remove-old-entries-bufferExtra buffer time to allow the old item deletion tasks sufficient time to run. If you want the tasks to run on a set interval (not just during a time window) set this to 24 hours (86400000 milliseconds) and set remove-old-entries-time-after-midnight to 0, then set remove-old-entries-period to the desired interval.600000
eae.core.log-monitor-directoryThe path (absolute or relative to service configuration directory) where performance monitoring logs are saved.var/monitoring
eae.core.log-monitor-periodThe frequency, in milliseconds, that samples are written to the monitoring logs.60000