webMethods Event Routing 10.3 | Event Routing for Developers | Developing Applications for Configuring Event Routing | Using the Command Central Command Line Interface for Configuring Event Routing | Adding Configuration Data
 
Adding Configuration Data
You can create a new instance of a specified configuration type for a specified Event Routing component. Use the following command:
sagcc create configuration data node_alias componentid typeid {--input | -i}
file {.xml|.json|.properties} [options]
For example, to create a new instance of Universal Messaging service type with the name “UM1” in the Event Routing component running within the Integration Server OSGi profile on an installation with alias “sag01”, execute the following command:
sagcc create configuration data sag01 OSGI-IS_default-EventRouting
COMMON-WMMESSAGING-ER --input C:\ConfigStore\UM1.json
Where “C:\ConfigStore\UM1.json” is a file containing the configuration for the new “UM1” service.

Copyright © 2010-2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.