Apache.NMS.AMQP 1.8.0 Release
New and Noteworthy
This is the first release of the Apache NMS AMQP client provider.
It is also the first provider impl which adds .net standard 2.0 support, as well provides nuget packages.
This NMS provider can be used against both ActiveMQ 5.x as well as ActiveMQ Artemis and any other AMQP 1.0 compliant broker.
API Documentation
Refer to the API here
Description | Download Link | PGP Signature File | Version |
---|---|---|---|
Apache.NMS Documentation | Apache.NMS-1.8.0-docs.zip | Apache.NMS-1.8.0-docs.zip.asc | 1.8.0 |
Download
Apache.NMS.AMQP Source code | Apache.NMS.AMQP-1.8.0-src.zip | SHA512 | PGP Signature |
Apache.NMS.AMQP Binary Assemblies | Apache.NMS.AMQP-1.8.0-bin.zip | SHA512 | PGP Signature |
Apache.NMS.AMQP Nuget Package | Apache.NMS.AMQP.1.8.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 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