mirror of https://github.com/apache/activemq.git
updating user guide
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@984099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a72e6a8862
commit
67887b4199
|
@ -32,13 +32,20 @@ Welcome to Apache ActiveMQ. This document gives you a quick overview of how to g
|
|||
|
||||
<p>
|
||||
From the binary distribution you can run the Apache ActiveMQ server pretty easily via the bin/activemq command.
|
||||
e.g. from a shell type
|
||||
If you're using Windows, just type
|
||||
</p>
|
||||
<pre>
|
||||
cd bin
|
||||
activemq
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
On Unix-like systems, type
|
||||
</p>
|
||||
<pre>
|
||||
cd bin
|
||||
activemq console
|
||||
</pre>
|
||||
<p>to start the broker in foreground.</p>
|
||||
<p>
|
||||
The Apache ActiveMQ broker should now have started
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue