Sorry for the delay here is the artemis-service.xml
<service> <id>artemis-broker-0.0.0.0</id> <name>ActiveMQ Artemis: broker @ 0.0.0.0</name> <description>Apache ActiveMQ Artemis is a reliable messaging broker</description> <env name="ARTEMIS_HOME" value="C:\Apache\apache-artemis-2.0.0"/> <env name="ARTEMIS_INSTANCE" value="C:\Apache\apache-artemis-2.0.0\bin\broker"/> <logpath>C:\Apache\apache-artemis-2.0.0\bin\broker\log</logpath> <logmode>roll</logmode> <executable>%JAVA_HOME%\bin\java.exe</executable> <argument>-Xbootclasspath/a:%ARTEMIS_HOME%\lib\jboss-logmanager-2.0.3.Final.jar</argument> <argument>-XX:+UseParallelGC</argument> <argument>-XX:+AggressiveOpts</argument> <argument>-XX:+UseFastAccessorMethods</argument> <argument>-Xms512M</argument> <argument>-Xmx1024M</argument> <argument>-classpath</argument> <argument>%ARTEMIS_HOME%\lib\artemis-boot.jar</argument> <argument>-Dartemis.home=%ARTEMIS_HOME%</argument> <argument>-Dartemis.instance=%ARTEMIS_INSTANCE%</argument> <argument>-Djava.util.logging.manager=org.jboss.logmanager.LogManager</argument> <argument>-Dlogging.configuration=file:%ARTEMIS_INSTANCE%\etc\logging.properties</argument> <argument>-Djava.security.auth.login.config=%ARTEMIS_INSTANCE%\etc\login.config</argument> <argument>org.apache.activemq.artemis.boot.Artemis</argument> <argument>run</argument> </service> -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-JConsole-Support-tp4725085p4725261.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.