Installing ActiveMQ
January 8, 2009 at 5:51 pm Leave a comment
Step1 :
Download the 4.X.X from the below link
http://activemq.apache.org/getting-started.html#GettingStarted-Download
Step 2:
From a console window, change to the installation directory and run ActiveMQ:
cd [activemq_install_dir]
where activemq_install_dir is the directory in which ActiveMQ was installed, e.g., c:\Program Files\ActiveMQ-4.x.
Then type:
bin\activemq
NOTE: Working directories get created relative to the current directory. To create working directories in the proper place, ActiveMQ must be launched from its home/installation directory.
If unix/linux
From a command shell, change to the installation directory and run ActiveMQ:
cd [activemq_install_dir]
where activemq_install_dir is the directory in which ActiveMQ was installed, e.g., /usr/local/activemq-4.x.
Then type:
bin/activemq
OR
bin/activemq > /tmp/smlog 2>&1 &;
Note: /tmp/smlog may be changed to another file name.
Entry filed under: ruby on rails. Tags: .
Trackback this post | Subscribe to the comments via RSS Feed