The tibemsconf2json utility is provided to convert a set of text-based EMS server configuration files into a single JSON configuration file. This tool is available on platforms that support Central Administration. For a list of supported platforms, see the supported platforms list for
Central Administration in the
TIBCO Enterprise Message Service Installation guide.
The tibemsconf2json utility converts the
.conf file to a JSON-based configuration.
If -json output-file is specified, the file is created and saved in the location specified, or the current working directory if no path is given. You can then start the EMS server using the JSON configuration, and access the server through the Central Administration web interface.
If a -secondaryconf
ft-source-file is specified, the tibemsconf2json utility first converts the primary configuration to JSON, then uses the secondary configuration to complete the fault tolerant setup, deciding which one of the primary listen URLs must be marked as
FT Active and adding extra secondary listen URLs, if any.
Note that the secondary configuration is used only for the purpose of completing the fault tolerant setup. With the only exception of the logfile property, any differences and discrepancies between the two initial sets of configuration files that are outside fault tolerance parameters are ignored.