AlexejTimonin commented on code in PR #1266:
URL: https://github.com/apache/activemq/pull/1266#discussion_r1686933958
##########
assembly/src/release/docs/user-guide.html:
##########
@@ -98,7 +98,7 @@ <h2>Access the web demos</h2>
</p>
<pre>
cd bin
- activemq.bat console xbean:examples/conf/activemq-demo.xml
+ activemq.bat start xbean:../examples/conf/activemq-demo.xml
Review Comment:
Thank you for the review!
You are correct that the activemq.bat file does not take any arguments
directly, but it does pass the provided arguments to the jar using %*. For
reference, see this line:
https://github.com/apache/activemq/blob/6b6f5fbe24550452cd09aab9c4d7094cf782a04f/assembly/src/release/bin/activemq.bat#L99
Running ``activemq.bat`` without ``start`` argument will not start the
broker.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact