Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1523#discussion_r137910549
--- Diff:
artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
---
@@ -119,5 +119,6 @@ exec "$JAVACMD" \
-Ddata.dir="$ARTEMIS_DATA_DIR" \
-Djava.util.logging.manager="$ARTEMIS_LOG_MANAGER" \
-Dlogging.configuration="$ARTEMIS_LOGGING_CONF" \
+ -Dhawtio.offline="true" \
--- End diff --
Is this needed as it's set in jvm args in profile with all the other hawtio
flags
---