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

Overview > Download > ActiveMQ 4.1.1 Release

New and Noteworthy

Contains slew of bug fixes that are tracked in the change log.

Getting the Binary Distributions

Description|Download Link|PGP Signature file of download Windows Distribution|apache-activemq-4.1.1.zip|apache-activemq-4.1.1.zip.asc Unix/Linux/Cygwin Distribution|apache-activemq-4.1.1.tar.gz|apache-activemq-4.1.1.tar.gz.asc

Getting the Binaries using Maven 2

To 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>4.1.1</version>
</dependency>

Getting the Source Code

Source Distributions

DescriptionDownload LinkPGP Signature file of download
Source for Windowsapache-activemq-4.1.1-src.zipapache-activemq-4.1.1-src.zip.asc
Source for Unix/Linux/Cygwinapache-activemq-4.1.1-src.tar.gzapache-activemq-4.1.1-src.tar.gz.asc

SVN Tag Checkout

svn co http://svn.apache.org/repos/asf/activemq/tags/activemq-4.1.1

Changelog

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

JIRA Issues Macro: Data cannot be retrieved due to an unexpected error

Also see the previous ActiveMQ 4.1.0 Release