Apache.NMS.AMQP 2.2.0 Release
This is an older release. To get the current release, please see the download page.
Apache NMS.AMQP 2.2.0 was released on May 14th, 2023. For details of the changes see the release notes.
Download
Apache.NMS.AMQP Source code | Apache.NMS.AMQP-2.2.0-src.zip | SHA512 | PGP Signature |
Apache.NMS.AMQP Binary Assemblies | Apache.NMS.AMQP-2.2.0-bin.zip | SHA512 | PGP Signature |
Apache.NMS.AMQP Nuget Package | Apache.NMS.AMQP.2.2.0.nupkg | SHA512 | PGP Signature |
Change Log
For a more 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