Skip to main content
Version: 5.2.0.0

Message Encryption in Database

When a scenario operates in persistent mode, orchestra messages will be stored in the database. These messages can be encrypted. A random key will be generated and renewed at a specified interval for encryption.

The environment settings in the group message store are crucial:

SettingValueDescription
messagestore.encryptedtrue/falseIf set to true, encryption is activated.
messagestore.encrypted.keyChangeTimetime in secondsInterval for changing the key used to encrypt the message.

The settings can be modified at runtime in the settings section of the Orchestra Monitor.