Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
wget http://www.apache.org/dist//activemq/apache-activemq/5.5.1/apache-activemq-5.5.1-bin.tar.gz

For example,

Step 2. Extract the Archive

1. Extract the distribution archive, i.e. apache-activemq-5.5.01-bin.tar.gz to the directory you wish to install Apache ActiveMQ. These instructions assume you chose /opt. The subdirectory apache-activemq-5.5.01 will be created from the archive.

Code Block
tar -zxvf apache-activemq-5.5.01-bin.tar.gz

For example,

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

...