ActiveMQ Classic 5.15.4 Release
Apache ActiveMQ Classic 5.15.4 includes several resolved issues and bug fixes.
Getting the Binary Distributions
Description | Download Link | Verify |
---|---|---|
Windows Distribution | apache-activemq-5.15.4-bin.zip | ASC, SHA512 |
Unix/Linux/Cygwin Distribution | apache-activemq-5.15.4-bin.tar.gz | ASC, SHA512 |
Verify the Integrity of Downloads
It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. The PGP signatures can be verified using PGP or GPG. Begin by following these steps:
- Download the KEYS
- Download the asc signature file for the relevant distribution
- Verify the signatures using the following commands, depending on your use of PGP or GPG:
$ pgpk -a KEYS $ pgpv apache-activemq-<version>-bin.tar.gz.asc
or
$ pgp -ka KEYS $ pgp apache-activemq-<version>-bin.tar.gz.asc
or
$ gpg --import KEYS $ gpg --verify apache-activemq-<version>-bin.tar.gz.asc
(Where
Alternatively, you can verify the MD5 signature on the files. A Unix program called md5
or md5sum
is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:
Getting the Binaries using Maven 3
To use this release in your maven project, the simplest dependency that you can use in your Maven POM is:
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<version>5.15.4</version>
</dependency>
If you need more fine grained control of your dependencies (activemq-all is an uber jar) pick and choose from the various components activemq-client, activemq-broker, activemq-xx-store etc.
Getting the Source Code
Source Distributions
Description | Download Link | Verify |
---|---|---|
Source Release | activemq-parent-5.15.4-source-release.zip | ASC, SHA512 |
Git Tag
https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=tag;h=refs/tags/activemq-5.15.4
Change Log
For a more detailed view of new features and bug fixes, see the release notes
Java 8 Required
The minimum Java version has been upgraded to Java 8.
This release affects applications using ObjectMessages. Please refer to objectmessage and jira-issue AMQ-6013 for more information.
Also see the previous ActiveMQ Classic 5.15.3 Release