$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Apache ActiveMQ on CentOS 32-64bit Linux Easy Guide

May 28, 2014 | By the+gnu+linux+evangelist.

ActiveMQ Quick Start for CentOS

The Tutorial shows you How to Install and Getting-Started with Apache ActiveMQ for JMS on CentOS 6.x/7.x/8.x/8-Stream/9-Stream i686/x8664 KDE/Gnome Linux Desktop/Server.

As Pre-Requisite for Apache ActiveMQ is the Oracle Java SE JDK 6+ Installation CentOS Linux Desktop/Server.

Some ActiveMQ Framework Features:

  • Fully JMS Compliant
  • Connectivity (Wide range of Connectivity Options with protocols: Http/s, IP multicast, STOMP, TCP, UDP, XMPP)
  • Pluggable persistence and security
  • Building messaging applications with Java
  • Integration with application servers (Apache Tomcat, Jetty, Apache Geronimo, JBoss)
  • Client APIs (C/C++, .NET,Perl,Python,Ruby and more)
  • Broker clustering (Many ActiveMQ brokers can work together as a network of brokers for scalability purposes)
  • Dramatically simplified administration
Getting-Started with ActiveMQ on CentOS - Featured
  1. Download Apache ActiveMQ for Linux.

    Here ActiveMQ Linux tar.gz
    Link to Download the Latest Apache ActiveMQ for JMS on Linux tar.gz Archive
  2. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Quick-Start with Apache ActiveMQ on CentOS - Open Terminal

    In case first see: Terminal QuickStart Guide.

  3. How to Install Recommended Oracle Java JDK on CentOS

    Here Installing Oracle JDK for CentOS
    Oracle JDK Setup on Linux CentOS
  4. Double-Click on Archive and Extract into /tmp.

    blank
    Or from Shell:

    Copy
    tar xvzf apache-activemq*.tar.gz -C /tmp/
  5. Relocate Apache ActiveMQ Folder.

    Copy
    su -c "mv /tmp/apache-activemq* /opt/"

    Set the SuperUser as owner with:

    Copy
    su -c "chown -R root:root /opt/apache-activemq*"
  6. Apache ActiveMQ Quick Start Guide on Linux.

    Here ActiveMQ Quick Start Tutorial
    Getting-Started with Apache ActiveMQ Development on Linux