Does EMS 5.1 support multiple datastores of different types?i.e. with one EMS Daemon, can I use two data stores, one is file-based, the other is db-based?

Does EMS 5.1 support multiple datastores of different types?i.e. with one EMS Daemon, can I use two data stores, one is file-based, the other is db-based?

book

Article ID: KB0089995

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
Description
= = = = = = =
Does EMS 5.1 support multiple datastores of different types?  Example: with one EMS Daemon, can EMS use two data stores, one which is file-based, the other db-based?

Environment:
==========
All


Resolution:
=========

In EMS 5.x+ the use of mixed stores is supported.

Multiple store is a new feature introduced in EMS 5.0.  With the multiple stores feature, you can configure your messaging application to store messages in different locations for each application or to create separate backup files for related destinations. For example, you can create one store for messages supporting Marketing and one for messages supporting Sales.  Stores are defined in the stores.conf configuration file and is associated with a destination using the store destination property.

Both file-based and database stores are created and configured in the stores.conf file.  You can create multiple stores of each type, database or file.  Each store must have a unique name. The stores are configured through parameters.

Note: To use multiple stores you must exclude the deprecated store_crc, store_minimum and store_truncate parameters from the tibemsd.conf file.  When multiple stores are enabled, these settings are configured in the stores.conf file.

Issue/Introduction

Does EMS 5.1 support multiple datastores of different types?i.e. with one EMS Daemon, can I use two data stores, one is file-based, the other is db-based?