ActiveMQ Download
These are the current releases. For prior releases, please see the past releases page.
It is important to verify the integrity of the files you download.
ActiveMQ 6.0.0 (Nov 17th, 2023)
Release Notes | Release Page | Documentation | Java compatibility: 17+
Windows | apache-activemq-6.0.0-bin.zip | SHA512 | GPG Signature |
Unix/Linux/Cygwin | apache-activemq-6.0.0-bin.tar.gz | SHA512 | GPG Signature |
Source Code Distribution: | activemq-parent-6.0.0-source-release.zip | SHA512 | GPG Signature |
ActiveMQ 5.18.3 (Oct 25th, 2023)
Release Notes | Release Page | Documentation | Java compatibility: 11+
Windows | apache-activemq-5.18.3-bin.zip | SHA512 | GPG Signature |
Unix/Linux/Cygwin | apache-activemq-5.18.3-bin.tar.gz | SHA512 | GPG Signature |
Source Code Distribution: | activemq-parent-5.18.3-source-release.zip | SHA512 | GPG Signature |
ActiveMQ 5.17.6 (Oct 25th, 2023)
Release Notes | Release Page | Documentation | Java compatibility: 11+
Windows | apache-activemq-5.17.6-bin.zip | SHA512 | GPG Signature |
Unix/Linux/Cygwin | apache-activemq-5.17.6-bin.tar.gz | SHA512 | GPG Signature |
Source Code Distribution: | activemq-parent-5.17.6-source-release.zip | SHA512 | GPG Signature |
Verify the Integrity of Downloads
It is essential that you verify the integrity of the downloaded files using the PGP signature or SHA checksum.
The PGP signatures can be verified using PGP or GPG. Begin by following these steps:
- Download the KEYS file.
- Download the .asc signature for the relevant distribution file.
- Verify the signature using one the following sets of commands, depending on your use of PGP or GPG:
$ gpg --import KEYS $ gpg --verify <file-name>.asc <file-name> $ pgpk -a KEYS $ pgpv <file-name>.asc $ pgp -ka KEYS $ pgp <file-name>.asc
Alternatively you can [also] verify the SHA-512 checksum of the file. For example, using the sha512sum
command:
$ sha512sum -c <file-name>.sha512