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