cep Section
Settings for Complex Event Processing (CEP).
domainSeparation
Description: Specifies whether the DROOLS knowledge base should be separated by domains and sub-domains.
Default Value: false
Valid Values: true, false
Mandatory: No
Changes Take Effect: After server restart
cepSessionCacheSize
Description: Defines the size of the cache that is used for storing DRL sessions. This value should be not less than expected maximum count of simultaneous visits on a particular server.
Default Value: 10000
Valid Values: positive integer greater than 100
Mandatory: No
Changes Take Effect: After server restart
cepSessionCacheTtl
Description: Inactivity timeout (in seconds) on the DRL session. After the timeout value is reached, the session is treated as invalid and removed from cache.
Default Value: 600
Valid Values: positive integer greater than 300
Mandatory: No
Changes Take Effect: After server restart