ARTEMIS-1718 don't set 'artemis.instance.etc' prop

This commit is contained in:
Justin Bertram 2018-02-26 11:38:49 -06:00
parent 86c4596482
commit 25bb816652
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ public abstract class ActionAbstract implements Action {
} else {
brokerEtc = getBrokerInstance() + "/etc";
}
System.setProperty("artemis.instance.etc", brokerEtc);
}
return brokerEtc;
}