This guide installs and runs Apache ActiveMQ Classic message broker.
sudo apt update
sudo apt install -y activemq
sudo dnf install -y activemq
Download from Apache ActiveMQ Downloads and extract:
wget https://dlcdn.apache.org/activemq/activemq-classic/6.2.1/apache-activemq-6.2.1-bin.tar.gz
tar -xzf apache-activemq-6.2.1-bin.tar.gz
cd apache-activemq-6.2.1
sudo systemctl enable --now activemq
Open http://SERVER-IP:8161 and log in with default credentials (typically admin/admin - check your installation documentation).
See ActiveMQ Configuration for configuration guidance.
Any questions?
Feel free to contact us. Find all contact information on our contact page.
Prefer automation? See ActiveMQ Ansible Setup for an example playbook.
Prefer containers? See ActiveMQ Docker Setup.
See ActiveMQ Security for hardening guidance.
Setting up message brokers can be complex. We offer consulting services for:
Contact us at office@linux-server-admin.com or visit our contact page.