GitHub user Haydend opened a pull request:
https://github.com/apache/activemq-artemis/pull/1633
Modified artemis.cmd to be able to handle an ARTEMIS_HOME containing spaces
For example : 'C:\Program Files\Apache\Artemis\apache-artemis-2.3.0'.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Haydend/activemq-artemis SPACE_FIX
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1633.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1633
----
commit a1ad6016e721c7bffe726404ee9add0a0b0ca4d0
Author: Hayden Dunnicliffe <[email protected]>
Date: 2017-11-02T10:35:13Z
Modified artemis.cmd to be able to handle an ARTEMIS_HOME containing
spaces. For example : 'C:\Program Files\Apache\Artemis\apache-artemis-2.3.0'.
----
---