-
-
Notifications
You must be signed in to change notification settings - Fork 8
ActiveMQ
Tobi Krebs edited this page Mar 17, 2016
·
6 revisions
Getting started with ActiveMQ is a relatively simple process:
- Download latest version of
ActiveMQ
from the website. Be sure to download the correct archive since the content is different: - For UNIX based systems the
.tar.gz
file (apache-activemq-X.Y.Z-bin.tar.gz
) - For Windows the
.zip
file (apache-activemq-X.Y.Z-bin.zip
) - Extract the archive to your harddrive.
- The location is from now referred as
ACTIVEMQ_HOME
. - Jump into the director
cd ACTIVEMQ_HOME
- Start the application
- UNIX
- Direct:
./bin/activemq
- Via the service wrapper
./bin/[unixname]/activemq
- Windows
- Direct
bin\activemq.bat
- Via the service wrapper
bin\[win32|win64]\activemq.bat
- Customize ActiveMQ by modifying
ACTIVEMQ_HOME/conf/activemq.xml
- Read the book for these advanced topics.