Apache ActiveMQ is a powerful open-source messaging platform that facilitates communication between various applications. This guide will walk you through the steps to install Apache ActiveMQ on a Windows 10 machine.
Pre-Installation Requirements
Ensure your system meets the following prerequisites before proceeding:
- Windows 10 OS
- Java Runtime Environment installed
- Administrator access
Step 1: Downloading ActiveMQ
Follow these steps to download ActiveMQ:
- Visit the official Apache ActiveMQ site at https://activemq.apache.org/
- Navigate to the 'Download' section from the top menu.
- Choose the latest stable version of ActiveMQ from the list.
- Select the Windows binary ZIP file and download it to your machine.
Step 2: Extracting Files
After downloading, extract the files as follows:
- Right-click the ZIP file and select 'Extract All'.
- Choose a destination folder for the extracted files.
- Wait for the extraction to complete.
Step 3: Configuring Environment Variables
Set up environment variables with these steps:
- Locate the folder where ActiveMQ was extracted.
- Right-click the Windows icon and select 'System'.
- Go to 'Advanced system settings', then 'Environment Variables'.
- In 'System Variables', find 'Path' and click 'Edit'.
- Click 'New' and add the ActiveMQ path. Confirm by clicking 'Ok'.
Step 4: Initiating ActiveMQ Service
To start the ActiveMQ service, do the following:
- Open Command Prompt with administrative rights.
- Navigate to the ActiveMQ directory.
- Execute the command:
bin\activemq start
- Wait until ActiveMQ starts successfully.
Step 5: Confirming Installation
Verify your installation by following these steps:
- Open a web browser.
- Enter the URL:
http://localhost:8161/admin
- Log in with the default credentials: admin/admin.
- Successful installation will display the ActiveMQ web interface.
Congratulations on installing Apache ActiveMQ on Windows 10!
For a seamless self-hosting experience, consider obtaining an external IP address to keep your data secure.







