...
Code Block |
---|
wget http://www.apache.org/dist//activemq/apache-activemq/5.5.0/apache-activemq-5.5.0-bin.tar.gz |
Wiki Markup |
---|
!Apache-ActiveMQ-download.png|alt="Apache ActiveMQ download"! |
Step 2. Extract the Archive
...
Code Block |
---|
tar -zxvf apache-activemq-5.5.0-bin.tar.gz |
Wiki Markup |
---|
!extract-archive.png|alt="Extract archive"! |
2. If the ActiveMQ start-up script is not executable, change its permissions:
...
Code Block |
---|
sudo sh activemq start |
Wiki Markup |
Step 4. Testing the Installation
...
Code Block |
---|
netstat -an|grep 61616 |
Wiki Markup |
The port should be opened and LISTEN on 61616.
...
Code Block |
---|
http://localhost:8161/admin |
Wiki Markup |
Or you can use the JMX support to view the running state of ActiveMQ.
...