Enabling Advanced Settings For Apache Ignite and Apache Cassandra

If you need to configure advanced properties for your Apache Ignite cache and Apache Cassandra, you can configure the store settings XML file (store.xml) to display those advanced settings on TIBCO BusinessEvents Studio.

    Procedure
  1. Create an XML file and save it with the name as store.xml at BE_HOME/lib/ext/tpcl/contrib.
  2. Edit store.xml and configure it for the store and add the properties that you want to display in TIBCO BusinessEvents Studio.

    For details on the structure of the store.xml file, see Structure of the store.xml File.

    For list of the supported advanced properties, see Cache and Store Advanced Properties.

  3. Save the store.xml file.
  4. (Optional) You can bundle store.xml in a JAR file as well. Save the store.xml file at the base of the JAR file.

    This helps to add multiple store.xml files corresponding to cache and store. The JAR name can signify the cache or store type, for example, ignite_adv_properties.jar or cassandra_adv_properties.jar

  5. Save the JAR file at BE_HOME/lib/ext/tpcl/contrib
  6. Restart TIBCO BusinessEvents Studio.
ResultNew and updated fields are displayed on TIBCO BusinessEvents Studio based on the respective cache or store selection.