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.xmlatBE_HOME/lib/ext/tpcl/contrib. -
Edit
store.xmland 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.xmlfile, see Structure of the store.xml File.For list of the supported advanced properties, see Cache and Store Advanced Properties.
- Save the
store.xmlfile. -
(Optional) You can bundle
store.xmlin a JAR file as well. Save thestore.xmlfile at the base of the JAR file.This helps to add multiple
store.xmlfiles corresponding to cache and store. The JAR name can signify the cache or store type, for example,ignite_adv_properties.jarorcassandra_adv_properties.jar - Save the JAR file at
BE_HOME/lib/ext/tpcl/contrib - Restart TIBCO BusinessEvents Studio.