How to install Apache Activemq 5.12.1

Today, I have installed Apache Activemq 5.12.1 in my Linux Mint machine.

Here is the steps:

1) Download latest activemq from the site: http://activemq.apache.org/activemq-5121-release.html

2) Extract the achieve file

3) Move the apache-activemq-5.12.1 file to /opt/ directory. It is my desire directory. You may want to move different directory.

4) Create activemq_home.sh file in /etc/profile.d/ directory and put the following lines.

        #ACTIVEMQ_HOME
        export ACTIVEMQ_HOME=/opt/activemq-5.12.1
        export PATH=$PATH:$ACTIVEMQ_HOME/bin

5) Logout or restart the machine

6) Verify the activemq by executing the following command

       sudo activemq -v

7) Run the activemq by executing the following command

      sudo activemq start

Yes!!! you are done.

Comments

Popular posts from this blog

How to install Homebrew in Mac OSX (High Sierra)

There is a process already using the admin port 4848 -- it probably is another instance of a GlassFish server; ERROR

How to Convert OutputStream to InputStream