Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1523#discussion_r137910474
--- Diff: artemis-distribution/src/main/resources/bin/artemis ---
@@ -94,5 +94,6 @@ exec "$JAVACMD" $JAVA_ARGS $ARTEMIS_CLUSTER_PROPS \
-classpath "$CLASSPATH" \
-Dartemis.home="$ARTEMIS_HOME" \
-Djava.library.path="$ARTEMIS_HOME/bin/lib/linux-$(uname -m)" \
+ -Dhawtio.offline="true" \
--- End diff --
Is this needed as it's set in jvm args in profile
---