Download ActiveMQ Artemis Native
For broker downloads, see the main download page. This is the current source release of ActiveMQ Artemis Native, a sub component used within the broker. For prior releases, please see the past native releases page.
It is important to verify the integrity of the files you download.
ActiveMQ Artemis Native Layer 2.0.0 (July 18th, 2022)
Source Distribution: | apache-artemis-native-2.0.0-source-release.zip | SHA512 | ASC Signature |
This is the native layer used by ActiveMQ Artemis for storage. The main broker binary archive downloads already include a pre-compiled version of this component.
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:
- Download the KEYS file.
- Download the
.asc
signature for the relevant distribution file. - Verify the signature.
- If using GPG:
$ gpg --import KEYS $ gpg --verify <file-name>.asc <file-name>
- If using PGP:
$ pgp -ka KEYS $ pgp <file-name>.asc
- If using GPG:
Alternatively you can [also] verify the SHA-512 checksum of the file. For example, using the sha512sum
command:
$ sha512sum -c <file-name>.sha512