Contents

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • getAdminObjConfigs (String ConfigFile): Loads the modified or newly created admin objects (Destinations, Connection Factories, Security) and their configurations as per the schema under the active server's profile directory.

    Tip

    ConfigFile is the XML filename to which the configurations are persisted. The file is by default saved to $Fiorano_Home/fmq/profiles/<profile_name> directory.

  • validateConfig (String configFilePath): The API can be used for validating the given XML file against the Schema files located at $Fiorano_Home/fmq/profiles/Schema directory.

    Tip

    ConfigFilePath is the path of the XML configuration file to validate.

    Info

    Returns 'true' if the file is successfully validated and 'false' if it is unsuccessful. The corresponding

...

  • errors logs

...

  •  when a validation fails can be found in 'MQAdminObjects.out' log file.

  • configureAdminObjs(String configFile): The API can be used for configuring Admin objects by providing the path for XML file. The XML file is configured after validating it against the schema.

    Tip

    ConfigFile is the XML filename to which the configurations are persisted. The file is by default saved to $Fiorano_Home/fmq/profiles/<profile_name> directory.

    Info

    Returns 'true' if it is configured successfully and returns 'false' if there is any error in the process of validation or configuration. All the relevant errors or exceptions can be found in 'MQAdminObjects.out' log file.

The following figure displays the JMX operations:

...

Adaptavist ThemeBuilder EngineAtlassian Confluence