layout: default_md title: ActiveMQ 5.11.0 Release title-class: page-title-activemq5 type: activemq5

Overview > Download > ActiveMQ 5.11.0 Release

Apache ActiveMQ 5.11.0 resolves more than 130 issues, mostly bug fixes and improvements. It is build with and requires jdk 1.7

New Features in 5.11.0

  • Destination import/export for lock down mode AMQ-5218

  • Dynamic camel root loading AMQ-5351

  • MQTT - QOS2 mapped to virtual topics AMQ-5290

  • start scripts simplification AMQ-5378

  • Recover scheduler database option AMQ-3758

  • Jetty 8

  • Karaf 2.4.1

Getting the Binary Distributions

Description

Download Link

PGP Signature file of download|Windows Distribution|apache-activemq-5.11.0-bin.zip apache-activemq-5.11.0-bin.zip.asc|Unix/Linux/Cygwin Distribution|apache-activemq-5.11.0-bin.tar.gz apache-activemq-5.11.0-bin.tar.gz.asc|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:

  1. Download the KEYS
  2. Download the asc signature file for the relevant distribution
  3. 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 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 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 2

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.11.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 Code

Source Distributions

DescriptionDownload LinkPGP Signature file of download
Source Releaseactivemq-parent-5.11.0-source-release.zipactivemq-parent-5.11.0-source-release.zip.asc

Git Tag

https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=tag;h=refs/tags/activemq-5.11.0

Changelog

For a more detailed view of new features and bug fixes, see the release notes

Also see the previous ActiveMQ 5.10.0 Release