New Features in 5.0In the 5.0 release of Apache ActiveMQ there are the following new features:
Getting the Binary Distributions
Do not use Safari to download, the above URLs use redirection The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox Getting the Binaries using Maven 2To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is: <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-core</artifactId> <version>5.0.0</version> </dependency> Getting the Source CodeSource Distributions
SVN Tag Checkoutsvn co http://svn.apache.org/repos/asf/activemq/tags/activemq-5.0.0 ChangelogFor a more detailed view of new features and bug fixes, see the release notes Also see the previous ActiveMQ 4.1.1 Release |