In order to enable the JMS transport and try out JMS samples, the ActiveMQ client libraries must be installed. In case any other JMS provider is used (e.g. Apache Qpid), install any necessary libraries and/or components.
Info | ||
---|---|---|
| ||
Refer to to Installation Prerequisites for the list of applications necessary to install and work with WSO2 products you plan to use. |
Follow the instructions below to install Apache ActiveMQ on Linux.
Step 1. Download Apache ActiveMQ
Type the following command:
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
1. Extract the distribution archive, i.e. apache-activemq-5.5.0-bin.tar.gz
to the directory you wish to install Apache ActiveMQ. These instructions assume you chose /opt
. The subdirectory apache-activemq-5.5.0
will be created from the archive.
...
Code Block |
---|
chmod 755 activemq |
Step 3. Run Apache ActiveMQ
Run ActiveMQ from a command shell:
Code Block |
---|
sudo sh activemq start |
Step 4. Testing the Installation
ActiveMQ's default port is 61616. From another window, run netstat and search for port 61616.
...
The port should be opened and LISTEN on 61616.
Step 5. Monitoring ActiveMQ
There are various ways to monitor ActiveMQ. If you are on version 4.2 or later of ActiveMQ, you can then monitor ActiveMQ, using the Web Console by pointing your browser at:
...