The tibemsd server creates three files in "...\tibco\ems\bin\datastore" folder to store shared state.
File Name | Description |
meta.db | This file records durable subscribers, fault-tolerant connections, and other metadata. |
sync-msgs.db | When a queue or topic definition (in a configuration file) specifies that the destination is failsafe, then the server stores its messages in this file (using synchronous I/O calls). |
async-msgs.db | When a queue or topic definition (in a configuration file) does not specify that the destination is failsafe, then the server stores its messages in this file (using asynchronous I/O calls) |