Enabling Apache Ignite REST Services

You can use the HTTP REST client provided by Apache Ignite for various cache monitoring activities.

To enable Apache Ignite REST Services in your TIBCO BusinessEvents application, you must add ignite-rest-http library JAR files in the classpath in the be-engine.tra file located at BE_HOME/bin. The required JAR files are available in the BE_HOME/lib/ext/tpcl/apache/ignite/optional folder.

For example, you can update the CUSTOM_EXT_APPEND_CP property in the be-engine.tra file:

tibco.env.CUSTOM_EXT_APPEND_CP=%BE_HOME%/lib/ext/tpcl/apache/ignite/optional/ignite-rest-http

For adding an external library in the classpath from TIBCO BusinessEvents Studio, see Working with External Library and Custom Function Paths.

For more information on Apache Ignite REST API, see Apache Ignite documentation.