ActiveMQ 5.13.1 ReleaseApache ActiveMQ 5.13.1 includes over 40 resolved issues and improvements. Getting the Binary Distributions
Verify the Integrity of DownloadsIt 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:
(Where <version> is replaced with the actual version, e.g., 5.1.0, 5.2.0, etc.). Alternatively, you can verify the MD5 signature on the files. A Unix program called Getting the Binaries using Maven 3To 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.13.1</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 CodeSource Distributions
Git Taghttps://git-wip-us.apache.org/repos/asf?p=activemq.git;a=tag;h=refs/tags/activemq-5.13.1 Change LogFor a more detailed view of new features and bug fixes, see the release notes This release affects applications using ObjectMessages. Please refer to http://activemq.apache.org/objectmessage.html and AMQ-6013 for more information.
Also see the previous ActiveMQ 5.13.0 Release |