My organization had been using artemis.profile to define additional instance
parameters eg:
RAVE_MIRROR_CONNECTION_STR=tcp://artms1.atl.raveu.net:5672
RAVE_MIRROR_NAME=ATL
RAVE_MIRROR_USER=rave
RAVE_MIRROR_PASSWORD=password
RAVE_CONFIG_DIR=/rave/artemis/deploy/example
# Rave environment settings
JAVA_ARGS="$JAVA_ARGS -DraveMirrorConnectionStr=${RAVE_MIRROR_CONNECTION_STR}
-DraveMirrorName=${RAVE_MIRROR_NAME} -DraveMirrorUser=${RAVE_MIRROR_USER}
-DraveMirrorPassword=${RAVE_MIRROR_PASSWORD} -DraveConfigDir=${RAVE_CONFIG_DIR}"
However the new upgrade tool removes all of these lines leading to a more
complex upgrade process. What is the recommended way going forward of providing
parameters for use in broker.xml for the least friction with future upgrades?