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 Installation Prerequisites for the list of applications necessary to install and work with WSO2 products you plan to use. |
...
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:
...