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
- Create an XML file and save it with the name as
store.xml
atBE_HOME/lib/ext/tpcl/contrib
. -
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.
- Save the
store.xml
file. -
(Optional) You can bundle
store.xml
in a JAR file as well. Save thestore.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
orcassandra_adv_properties.jar
- Save the JAR file at
BE_HOME/lib/ext/tpcl/contrib
- Restart TIBCO BusinessEvents Studio.