Administering data stores
A data store is a type of message store that uses a relational database. A data store consists of a set of tables that are in the same database schema. It is used by a messaging engine to store operating information in the database, and to preserve essential objects that the messaging engine needs for recovery in the event of a failure.
About this task
A data store consists of the set of tables that a messaging engine uses to store persistent data in a database. See 資料儲存庫表格 for a list of the tables that comprise a data store. All the tables in a data store are held in the same database schema. You can create multiple data stores in the same database, provided that you use a different schema name for each data store.