Come hang with us on Discord and chat directly with the team!Discordtop-bar-close-icon

2024-09-05

How to Install ActiveMQ on Windows 10

tutorials
img

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:

  1. Visit the official Apache ActiveMQ site at https://activemq.apache.org/
  2. Navigate to the 'Download' section from the top menu.
  3. Choose the latest stable version of ActiveMQ from the list.
  4. Select the Windows binary ZIP file and download it to your machine.

Step 2: Extracting Files

After downloading, extract the files as follows:

  1. Right-click the ZIP file and select 'Extract All'.
  2. Choose a destination folder for the extracted files.
  3. Wait for the extraction to complete.

Step 3: Configuring Environment Variables

Set up environment variables with these steps:

  1. Locate the folder where ActiveMQ was extracted.
  2. Right-click the Windows icon and select 'System'.
  3. Go to 'Advanced system settings', then 'Environment Variables'.
  4. In 'System Variables', find 'Path' and click 'Edit'.
  5. Click 'New' and add the ActiveMQ path. Confirm by clicking 'Ok'.

Step 4: Initiating ActiveMQ Service

To start the ActiveMQ service, do the following:

  1. Open Command Prompt with administrative rights.
  2. Navigate to the ActiveMQ directory.
  3. Execute the command:

     

    bin\activemq start
  4. Wait until ActiveMQ starts successfully.

Step 5: Confirming Installation

Verify your installation by following these steps:

  1. Open a web browser.
  2. Enter the URL:
    http://localhost:8161/admin
  3. Log in with the default credentials: admin/admin.
  4. 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.