Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

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"!

Apache ActiveMQ downloadImage Added

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"!

Extract archiveImage Added

2. If the ActiveMQ start-up script is not executable, change its permissions:

...

!run-Apache-ActiveMQ.png|alt="Extract archive"!
Code Block
sudo sh activemq start
Wiki Markup

Extract archiveImage Added

Step 4. Testing the Installation

...

!test-installation.png|alt="Extract archive"!
Code Block
netstat -an|grep 61616
Wiki Markup

Extract archiveImage Added

The port should be opened and LISTEN on 61616.

...

!Monitor-ActiveMQ.png|alt="Extract archive"!
Code Block
http://localhost:8161/admin
Wiki Markup

Extract archiveImage Added

Or you can use the JMX support to view the running state of ActiveMQ.

...