ActiveMQ Classic 5.0.0 Release
New Features in 5.0
In the 5.0 release of Apache ActiveMQ Classic there are the following new features:
- AMQ Message Store (Faster Persistence!)
- Message Cursors (To handle very large number of stored messages)
- Blob Messages
- Command Agent
- Enterprise Integration Patterns via Camel Integration
- Logging a warning if you forget to start a Connection
- Message Transformation
- Mirrored Queues
- Producer Flow Control
Getting the Binary Distributions
Description | Download Link | PGP Signature file of download |
Windows Distribution | apache-activemq-5.0.0.zip | apache-activemq-5.0.0.zip.asc |
Unix/Linux/Cygwin Distribution | apache-activemq-5.0.0.tar.gz | apache-activemq-5.0.0.tar.gz.asc |
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 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>5.0.0</version>
</dependency>
Getting the Source Code
Source Distributions
Description | Download Link | PGP Signature file of download |
---|---|---|
Source for Windows | apache-activemq-5.0.0-src.zip | apache-activemq-5.0.0-src.zip.asc |
Source for Unix/Linux/Cygwin | apache-activemq-5.0.0-src.tar.gz | apache-activemq-5.0.0-src.tar.gz.asc |
SVN Tag Checkout
svn co http://svn.apache.org/repos/asf/activemq/tags/activemq-5.0.0
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