To configure a Java system property in the broker configuration data:
- On the runtime system, log on as a
message broker administrator (uwmba1). The access rights of this user are described in Table 1.
- Change the FTM SWIFT broker profile or all execution group
specific profiles dniczbrk.sh as follows:
- Find the line with
the following command:
- 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
).
- Save your changes.
- Log off and log on again to activate the new settings.
- 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.