Skip to main content

Download ActiveMQ

These are the current ActiveMQ releases. For prior releases, please see the past releases page.

It is important to verify the integrity of the files you download.

Summary Table of ActiveMQ Series Status

SeriesStatusLatest Patch VersionDate of Release
6.2.xStable - Supported6.2.6May 31st, 2026
6.1.xDeprecated6.1.8Oct 22nd, 2025
6.0.xDeprecated6.0.1Dec 3rd, 2023
5.19.xStable - Supported5.19.7May 31st, 2026
5.18.xDeprecated5.18.7Mar 19th, 2025
5.17.xDeprecated5.17.7Mar 20th, 2025
5.16.xDeprecated5.16.8Mar 22nd, 2025
5.15.xDeprecated5.15.16Oct 26th, 2023
5.14.xDeprecated5.14.5Apr 25th, 2017
5.13.xDeprecated5.13.5Dec 16th, 2016
5.12.xDeprecated5.12.3Feb 3rd, 2016
5.11.xDeprecated5.11.4Feb 3rd, 2016
Status Descriptions

Stable - Supported: Actively supported and recommended for production use. This version receives regular updates, including new features, security patches, and bug fixes.

Deprecated: Reached end-of-life and is no longer maintained. Deprecated versions do not receive updates. Not recommended for new deployments; users are encouraged to upgrade to a stable version for ongoing support.

ActiveMQ Classic 6.2.6 (May 31st, 2026)

Release Notes | Release Page | Documentation | Java compatibility: 17+

PlatformDownloadSHA512Signature
Windowsapache-activemq-6.2.6-bin.zipSHA512ASC
Unix/Linux/Cygwinapache-activemq-6.2.6-bin.tar.gzSHA512ASC
Sourceactivemq-parent-6.2.6-source-release.zipSHA512ASC

ActiveMQ Classic 5.19.7 (May 31st, 2026)

Release Notes | Release Page | Documentation | Java compatibility: 11+

PlatformDownloadSHA512Signature
Windowsapache-activemq-5.19.7-bin.zipSHA512ASC
Unix/Linux/Cygwinapache-activemq-5.19.7-bin.tar.gzSHA512ASC
Sourceactivemq-parent-5.19.7-source-release.zipSHA512ASC

Verify the Integrity of Downloads

It is essential that you verify the integrity of the downloaded files using the ASC signature or SHA checksum.

The ASC signatures can be verified using PGP or GPG. Begin by following these steps:

  1. Download the KEYS file.
  2. Download the .asc signature for the relevant distribution file.
  3. Verify the signature:
    $ gpg --import KEYS
    $ gpg --verify <file-name>.asc <file-name>

Alternatively you can verify the SHA-512 checksum of the file:

$ sha512sum -c <file-name>.sha512