ActiveMQ 5.10.0 ReleaseApache ActiveMQ 5.10.0 resolves more than 234 issues, mostly bug fixes and improvements. It has the following new features: New Features and noteworthy improvements and fixes
Migration Guide
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 2To 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.10.0</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.10.0 ChangelogFor a more detailed view of new features and bug fixes, see the release notes Also see the previous ActiveMQ 5.9.0 Release |