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:
Bosanac Dejan 2010-08-10 15:55:38 +00:00
parent a72e6a8862
commit 67887b4199
1 changed files with 9 additions and 2 deletions

View File

@ -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>