Property
|
Description
|
---|---|
enabled
|
Whether or not the store is enabled.
The default setting of true enables offline message store. Set this property to false to disable it.
|
directory
|
The path to the directory of the store where messages are stored.
The default value is "/path/to/offline/message/store/directory". Here is an example:
directory: "/opt/thingworx"
where "/opt/thingworx" is the directory where the EMS executable is installed (Linux).
|
max_size
|
The maximum size (in bytes) of the directory where messages are stored.
The default value is 65535 bytes.
|