Skip to main content
Skip table of contents

Apache ActiveMQ configuration

Overview

  1. Download Apache ActiveMQ’s latest binary distribution from Apache’s website: http://activemq.apache.org/download.html

  2. Unzip the download file into your choice of directory.

    image-20250912-150820.png
  3. Open a Command Prompt and change directory to the bin directory of the unzipped ActiveMQ archive.

    image-20250912-150832.png
  4. Type the following at the command prompt:
    activemq start
    Press Enter. ActiveMQ will then be running.

    image-20250912-150844.png
  5. Take note of the following information from the command prompt window:

    • The TCP connection (tcp://NathanP:61616 in the image above). This will be used as the connection string for the Apache ActiveMQ queue provider in RPI.

      image-20250912-150859.png
    • The port number in the web console address (http://0.0.0.0:8161) – 8161.

  6. To access the ActiveMQ web console, open a browser and navigate to http://127.0.0.1:8161 (the port indicated above).

  1. Use the following default credentials to log in:

    • Username: admin

    • Password: admin

  2. The following page will be displayed:

    image-20250912-150913.png

 Install/Uninstall ActiveMQ as a Windows-NT Service

  1. Navigate to the archive’s bin directory.

  2. Navigate to the folder matching your system’s configuration.

    image-20250912-150930.png
  3. Double-click the InstallService Windows batch file inside the folder.

  4. ActiveMQ will now appear in your list of local Services.

    image-20250912-150941.png
  5. To uninstall the service, go to the same folder and double-click the ‘UninstallService’ Windows batch file instead.

Using ActiveMQ as the Default Queue Provider

To use ActiveMQ as RPI’s default queue provider, the Apache.NMS.ActiveMQ and Apache.NMS assemblies must be copied to the Services Common directory.

  1. Copy the assemblies from the ‘InteractionRealtimeAPI\bin’ directory of the Deployment Files archive.

  2. Paste the assemblies into the ‘Redpoint Global\Redpoint Interaction\Services Common’ directory under Program Files.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.