![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
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.
• If there are any unsupported parameters in the source configuration file, the tibemsconf2json utility issues a warning but continues converting.Review the TIBCO Enterprise Message Service Release Notes for details about any obsolete parameters that were removed from the current release.
• To convert a fault tolerant pair, use the -secondaryconf option to merge the two tibemsd.conf files of a fault tolerant pair of servers.
• source-file is the path to the tibemsd.conf to be converted. Sub-file names and locations are derived from the content of the tibemsd.conf file. When converting servers in a fault tolerant pair, specify the configuration file for the primary server.
• ft-source-file is the path to the server configuration file for the second server in a fault tolerant pair. Specify this path with the -secondaryconf option to convert a fault tolerant pair.
• output-file is the name and location of the new JSON file. This file must have the .json extension. For example, tibemsd.json. If no path is specified, the file is created in the current working directory.
• Alternately, specify -console to display the JSON output to the screen rather than saving to file.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.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |