DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workkloads.

Secure your stack and shape the future! Help dev teams across the globe navigate their software supply chain security challenges.

Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.

Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.

Trending

  • A Guide to Developing Large Language Models Part 1: Pretraining
  • AI-Assisted Coding for iOS Development: How Tools like CursorAI Are Redefining the Developer Workflow
  • Building a Simple Todo App With Model Context Protocol (MCP)
  • How to Write for DZone Publications: Trend Reports and Refcards

Release of ActiveMQ v5.17.0

This article takes a look at the new ActiveMQ release: v5.17.0, which is a baseline for modernization and sets the stage for what's to come in future releases.

By 
Matt Pavlovich user avatar
Matt Pavlovich
·
Mar. 29, 22 · News
Likes (3)
Comment
Save
Tweet
Share
3.0K Views

Join the DZone community and get the full member experience.

Join For Free

On the heels of the ActiveMQ v5.16.4 release, the Apache ActiveMQ team has released v5.17.0.

Modernization Updates

The v5.17.0 release will be most notable for what comes next. This release was more about aligning Java JDK and dependencies for moving forward than adding new features.

As the Java ecosystem is rapidly iterating for Java JDK and Jakarta releases, downstream projects, such as ActiveMQ, are releasing versions to allow users to gradually consume these changes. ActiveMQ v5.17.0 provides key changes in that area.

Updates in v5.17.0:

  • JDK 11 baseline
  • Spring 5
  • Log4j2 v2.17.1

House Cleaning

Open-source projects often experiment with different technologies to prepare for shifts in trends or adopt different approaches to solving common problems. For a while, ActiveMQ had an alternative storage backend, LevelDB. As time went on, LevelDB's benefits evened out and reliance on Zookeeper didn't resonate with many ActiveMQ adopters. In 5.17.0, ActiveMQ has fully removed LevelDB support.

Additionally, the ActiveMQ's hosted component for Apache Camel (Maven coordinate: org.apache.activemq/activemq-camel) has been removed in favor of relying on the components hosted by Apache Camel (camel-jms, camel-sjms, camel-activemq). This removes a circular dependency and simplifies version management of components for developers using Apache Camel.

A best practice for streamlining Java applications for modern deployments is to reduce transitive dependencies. One of ActiveMQ's architecture advantages is its ability to be embedded within Java runtimes, and link up to a dedicated cluster(s) in a broker mesh design. Broker mesh architectures allow web applications and API gateways to benefit from store-and-forward architectures without having to code complex producer-side components to accommodate low-latency, multi-threaded, and high volume event producer scenarios.

In order for ActiveMQ to be efficiently used by developers who are embedding, it is beneficial for ActiveMQ to have as few dependencies as possible. This frees up the developer from having to fight with transitive dependencies between their application and other frameworks. In ActiveMQ v5.17.0, a first step in reducing rarely used dependencies from the core release includes the removal of the commons-net dependency. This was only used by the rarely deployed FTP Blob Strategy.

Users are still free to extend ActiveMQ with various BLOB strategies. This change removes a rarely used feature of fading in popularity protocol (FTP) when supporting out-of-band large message transfers.

Removed in v5.17.0:

  • LevelDB backend store
  • ActiveMQ Camel component
  • FTP Blob Strategy

Release Notes

The ActiveMQ 5.17.0 full release notes cover changes that have been included in other releases up to v5.15.15 and v5.16.4. The ActiveMQ 5.17.0-only release notes show changes not included in other releases.

Check out the official v5.17.0 release announcement from Apache ActiveMQ.

Opinions expressed by DZone contributors are their own.

Partner Resources

×

Comments
Oops! Something Went Wrong

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!