How to Install ActiveMQ on Fedora 25 Linux

October 18, 2017 | By the+gnu+linux+evangelist.

Install ActiveMQ Fedora 25

Hi! The Tutorial shows you Step-by-step How to Install Apache ActiveMQ on Fedora 25 GNU/Linux Desktop.

And Apache ActiveMQ for Fedora is an open source message broker written in Java together with a full Java Message Service (JMS) client.

Moreover, as Pre-Requisite for Apache ActiveMQ is the Oracle Java SE JDK 8+ Installation on Fedora.

Finally, 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
How to Enable Apache 2 Mod_rewrite on Ubuntu 22.04
  1. First, Open Terminal Window
    (Press “Enter” to Execute Commands)

    Quick-Start with Apache ActiveMQ on Fedora - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Download Apache ActiveMQ for Linux.

    ActiveMQ Linux tar.gz
  3. Then Double-Click on Archive and Extract into /tmp.


    Or from Shell:

    tar xvzf apache-activemq*.tar.gz -C /tmp/
  4. How to Install Recommended Oracle JDK on Fedora

    Install Oracle JDK 8+ for Fedora
  5. Finally, Relocate Apache ActiveMQ Folder.

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

    Set the SuperUser as owner with:

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

    ActiveMQ Quick Start Tutorial

QuickChic Theme • Powered by WordPress