Configuring ActiveSpaces as a Store Provider

You can use ActiveSpaces as the backing store for your TIBCO BusinessEvents application.

You can configure ActiveSpaces as a backing store for TIBCO BusinessEvents applications with only the following cluster and cache combinations:

Cluster Object Management Type Cache
Unclustered Store No cache
TIBCO FTL cluster Store No cache
TIBCO FTL cluster Cache Apache Ignite
Before you begin

Install TIBCO ActiveSpaces . ActiveSpaces datagrid should be up and running. For more information, see the TIBCO ActiveSpaces documentation.

    Procedure
  1. Open the project CDD file in TIBCO BusinessEvents Studio, and on the Cluster tab, configure the cluster and cache as per your project requirements.

    See:

  2. Configure the CDD file to use a backing store for the project using either of the following ways:

    • If you are not using any cache with the project, select Object Management and set the following values.

      • Object Management Mode - Store
      • Store Provider - ActiveSpaces

    • If you are using Apache Ignite as the cache for the project, select Object Management > Persistence and set the following values.

      • Persistence Option - Store
      • Store Type - ActiveSpaces

  3. Configure the Connection and Security fields. 

    See: Backing Store Setting Reference for the ActiveSpaces Store .

  4. Generate the ActiveSpaces schema for the project.

    See: Generating Deployment Scripts for a Store.

  5. Import the schema and generate ActiveSpaces project-specific and base tables. The create_tables_as.tibdg file is provided located at <BE_HOME>/bin/.

    See: Initializing the Database and Generate Non-Project Tables

  6. (Optional)Enable authentication for your application in TIBCO ActiveSpaces.

    See: TIBCO ActiveSpaces documentation