Managing the JSON Configuration

Creating and editing the JSON configuration can be done using the tibemsconf2json tool and TIBCO Messaging Manager, respectively.

Using the tibemsconf2json Tool

The entirety of the server configuration can first be defined via the .conf configuration files. The tibemsconf2json tool can then be used to convert the .conf configuration files into a JSON configuration file. See Conversion of Server Configuration Files to JSON for more information.

The configuration for an FTL store in stores.conf would be of the following format:
[store_name] # mandatory -- square brackets included.
type = ftl

The tibemsconf2json tool cannot be used to make changes to the JSON configuration file after it has been generated.

Using the TIBCO Messaging Manager

Subsequent modifications to the JSON configuration should be done using TIBCO Messaging Manager. For details, refer to the TIBCO Messaging Manager documentation.