Universal Messaging 10.5 | Migrating webMethods Broker to Software AG Universal Messaging Documentation | Migrating from webMethods Broker to Universal Messaging Guide | Migrating from Broker to Universal Messaging | JNDI and JMS Migration | Running the Migration Scripts | Running the JMS Migration Script | Run the brokerjmsmigration Script with a Properties File
 
Run the brokerjmsmigration Script with a Properties File
Use a properties file to pass migration parameters to brokerjmsmigration.{bat/sh}.
1. Open a Command Prompt window and navigate to Universal Messaging_directory /tools/migrate directory.
2. Type brokerjmsmigration.bat -f "path to the properties file"
The properties files should contain migration parameters in the following format:
host="brokerhostname:port"
broker="broker name"
targeturl="target universal messaging url"
autogeneratejndi="yes/no"
Example
Parameters in a properties file
host="localhost:8849"
broker="jmsassetbroker"
targeturl="nsp://localhost:9000"
autogeneratejndi=yes
Command line
brokerjmsmigration.bat -f "C:\MigrationProperties\JMS\input.properties"