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:
| Setting | Value | Description |
|---|---|---|
| messagestore.encrypted | true/false | If set to true, encryption is activated. |
| messagestore.encrypted.keyChangeTime | time in seconds | Interval for changing the key used to encrypt the message. |
The settings can be modified at runtime in the settings section of the Orchestra Monitor.