Install ActiveMQ Fedora 27
Hi! This tutorial will guide you step-by-step on How to Install Apache ActiveMQ on Fedora 27 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
-
First, Open Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Download Apache ActiveMQ for Linux.
-
Then Double-Click on Archive and Extract into /tmp.
Or from Shell:tar xvzf apache-activemq*.tar.gz -C /tmp/
-
How to Install Recommended Oracle JDK on Fedora
-
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*"
-
Apache ActiveMQ Quick Start Guide.