Please direct support questions to the ActiveMQ Users mailing list as this list is for discussion of development of the broker itself.
Anyway this issue could be caused by a wrong value of the `JAVA_HOME` environment variable.Try the command `echo %JAVA_HOME%` and check the output. It should not include the double quote character. If the value of %JAVA_HOME% is correct, can you send the console output to ActiveMQ Users mailing list, after changing the `@echo off` to `@echo on` in both `activemq.bat` and `broker-2.bat` files? Also to start ActiveMQ on windows you should use the `start` task[1], ie `activemq start`. Regards, Domenico -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html
