Artemis uses only partially the ARTEMIS_INSTANCE environment variable and its
associated artemis.instance Java property.
When creating a new instance with "artemis create mybroker":
(1) etc/artemis.profile contains the expanded ARTEMIS_INSTANCE path hard-coded
in the JAVA_ARGS line, it should use $ARTEMIS_INSTANCE instead
(2) etc/bootstrap.xml contains the expanded ARTEMIS_INSTANCE path hard-coded
in the server's configuration attribute, it should use ${artemis.instance}
instead
This way, it would be easier to relocate an Artemis instance.
Cheers,
Lionel