Setting a Java system property in the broker configuration

To configure a Java system property in the broker configuration data:

  1. On the runtime system, log on as a message broker administrator (uwmba1). The access rights of this user are described in Table 1.
  2. Change the FTM SWIFT broker profile or all execution group specific profiles dniczbrk.sh as follows:
    1. Find the line with the following command:
      export IBM_JAVA_OPTIONS
    2. Add the following line exactly above the line you identified in step 2.a :
      IBM_JAVA_OPTIONS="$IBM_JAVA_OPTIONS -Dprop_name=prop_value"
      where:
      • prop_name is the name of the Java property that you want to set (for example, com.ibm.dnq.formattedview.timestamp.format).
      • prop_value is the value of the Java property that you want to set (for example, local).
    3. Save your changes.
  3. Log off and log on again to activate the new settings.
  4. Restart the broker.
If you want to unset the Java system property, you must drop it from the FTM SWIFT broker profile or all execution group specific profiles dniczbrk.sh by repeating the above procedure but deleting the line you added in step 2.b.