ActiveMQ Classic 6.1.7 Release

Apache ActiveMQ Classic 6.1.7 was released on Jun 22nd, 2025.

It’s a maintenance release especially bringing:

  • improvements on the HTTP connector working with XA
  • fix deadlock in RA ServerSessionImpl
  • fix empty virtualName from broken queue name
  • fixes and improvements on Network of Broker durable sync TTL
  • fix expiration of persistent messages on durable subscriptions
  • fix maxMessageSize behavior changed for value -1
  • fix performance issues with non-persistent message removal from topic/durable subscriptions
  • add Security Content Policy header to the Web Console
  • add an wireFormat option on the HTTP transport to not send the full stack trace to the client
  • a bunch of dependencies updates

You can find details on the release notes.

Getting the Binary Distributions

Description Download Link Verify
Windows Distribution apache-activemq-6.1.7-bin.zip ASC, SHA512
Unix/Linux/Cygwin Distribution apache-activemq-6.1.7-bin.tar.gz ASC, SHA512

Java compatibility: 17+

Verify the Integrity of Downloads

It is essential that you verify the integrity of the downloaded files using the PGP signature or SHA checksum.

The PGP signatures can be verified using PGP or GPG. Begin by following these steps:

  1. Download the KEYS file.
  2. Download the .asc signature for the relevant distribution file.
  3. Verify the signature using one the following sets of commands, depending on your use of PGP or GPG:
    $ gpg --import KEYS
    $ gpg --verify <file-name>.asc <file-name>
    
    $ pgpk -a KEYS
    $ pgpv <file-name>.asc
    
    $ pgp -ka KEYS
    $ pgp <file-name>.asc
    

Alternatively you can [also] verify the SHA-512 checksum of the file. For example, using the sha512sum command:

$ sha512sum -c <file-name>.sha512

Getting the Binaries using Maven 3

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>6.1.7</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

Description Download Link Verify
Source Release: activemq-parent-6.1.7-source-release.zip ASC, SHA512

Change Log

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

Also see the previous ActiveMQ Classic 6.1.6 Release

Apache, ActiveMQ, Apache ActiveMQ, the Apache feather logo, and the Apache ActiveMQ project logo are trademarks of The Apache Software Foundation. Copyright © 2025, The Apache Software Foundation. Licensed under Apache License 2.0.