Go into the directory /opt/talend/activemq, then execute
the following command to download ActiveMQ 5.14 distribution from
Internet.
cd /opt/talend/activemq
wget https://archive.apache.org/dist/activemq/5.14.0/apache-activemq-5.14.0-bin.tar.gz
Extract the downloaded archive.
tar xvfz apache-activemq-5.14.0-bin.tar.gz
A directory apache-activemq-5.14.0 is created by the
extraction. Enter that directory and verify that it contains several files and
directories as per below:
Go into the conf directory then edit
activemq.xml file to setup the
KahaDB directory:
Locate the KahaDB section under
PersistenceAdapter element and update the
KahaDB configuration as per below: