NMS API Downloads
This is the current NMS.API release. For prior releases, please see the past releases page.
It is important to verify the integrity of the files you download.
NMS API 2.1.0 (Sep 24th, 2023)
Asynchronous consumer API
Apache.NMS Source code | Apache.NMS-2.1.0-src.zip | SHA512 | PGP Signature |
Apache.NMS Binary Assemblies | Apache.NMS-2.1.0-bin.zip | SHA512 | PGP Signature |
Apache.NMS Nuget Package | Apache.NMS.2.1.0.nupkg | SHA512 | PGP Signature |
Apache.NMS Documentation | Apache.NMS-2.1.0-docs.zip | SHA512 | PGP Signature |
Changelog
For a detailed view of new features and bug fixes, see the Release Notes
NMS API 1.8.1 (May 29th, 2022)
Maintenance release.
Apache.NMS Source code | Apache.NMS-1.8.1-src.zip | SHA512 | PGP Signature |
Apache.NMS Binary Assemblies | Apache.NMS-1.8.1-bin.zip | SHA512 | PGP Signature |
Apache.NMS Nuget Package | Apache.NMS.1.8.1.nupkg | SHA512 | PGP Signature |
Apache.NMS Documentation | Apache.NMS-1.8.1-docs.zip | SHA512 | PGP Signature |
Changelog
For a detailed view of new features and bug fixes, see the Release Notes
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