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

...

!download-Apache-ActiveMQ-on-Solaris.png|alt="Download ActiveMQ"!
Code Block
wget http://www.apache.org/dist//activemq/apache-activemq/5.5.0/apache-activemq-5.5.0-bin.tar.gz
Wiki Markup

Download ActiveMQImage Added

Step 2. Extract Files

1. Extract the files from the GZIP file into a directory of your choice. For example:

!ActiveMQ-Gunzip.png|alt="Apache ActiveMQ Gunzip"!
Code Block
gunzip -c apache-activemq-5.5.0-bin.tar.gz |tar xvf -
Wiki Markup

Apache ActiveMQ GunzipImage Added

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

...

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

Run Apache ActiveMQImage Added

Step 4. Testing the Installation

...

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

Test ActiveMQ installationImage Added

The port should be opened and LISTEN on 61616.

...

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

Monitor Apache ActiveMQImage Added

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

...