Skip to main content

Eclipse Amlen v1.0: A Milestone in the Growth of MQTT

Over ten years ago, the Eclipse Foundation launched the Eclipse IoT working group. MQTT was one of the pillars of that launch. The first three projects were Eclipse Paho, a collection of MQTT clients, Eclipse Mosquitto, an MQTT broker, and Eclipse Kura, a Java/OSGi solution for IoT gateways that supports the protocol. To say that MQTT is in our genes would be an understatement. Since then, usage of MQTT has grown significantly. Year after year, the simple yet powerful publish/subscribe protocol is the most widely used IoT-specific protocol in our annual developer surveys. For example, in the 2021 edition, 44% of respondents stated they are using it. We like to think we are at least partly responsible for that.

By the way, our 2022 survey is currently underway; you have until June 15, 2022, to participate. Click here to share your insights after finishing this post, of course.

IBM has been a key player in our MQTT ecosystem for a long time. In 2021, the company brought its commitment to the next level by starting the Eclipse Amlen project at the Eclipse Foundation. The initial code contribution was a bit unusual. Of course, its size was impressive since it included over two million lines of source code, test code, and documentation. But what set this contribution apart was the codebase’s maturity. The roots of Amlen go back to IBM MessageSight, a hardware appliance launched back in 2012. The code is now at the core of another commercial product, the IBM Watson IoT Platform - Message Gateway.

The feature set of Amlen is quite extensive. Of course, the broker offers full support for both MQTT v5 and v3.1.1. Other key features include:

  • An intuitive web-based graphical user interface to configure and monitor broker instances
  • Support for high availability with active/passive server pairs. This streamlines maintenance and ensures continued service in case of outages.
  • Support for server clustering. This enables the broker to accept more connections than would be possible on a standalone server and makes it possible to scale message throughput.
  • Policy-based security to support complex real-world IoT deployments.

The Amlen team released version 1.0 of the project on May 24, 2022. This important milestone means that the transition of the codebase to an open-source project is complete and that it is ready for production use. Behind the scenes, the team worked tirelessly to remove proprietary dependencies and make the code ready for consumption and contribution by the wider open-source community. Congratulations to Jon Levell and the other committers on the project!

Amlen reaching v1.0 is important not only for the project itself but also for the Eclipse IoT community and the MQTT ecosystem. With Paho, Mosquitto, and now Amlen, our MQTT toolkit can now be used to power any IoT solution, from embedded constrained devices to massively scalable Cloud services and everything in between. Given this, I can safely say that MQTT will play an even greater role in the next ten years of Eclipse IoT.

In the past, IBM WIoTP Message Gateway has been used in manufacturing and mobile banking. It even provided live scores from the Wimbledon tennis tournament to Web and mobile audiences. Given its resilience and scalability, I expect Amlen will quickly be seen in similar use cases and many others.

If you wish to take Amlen out for a spin, you can download it here. The full documentation is available online, as is a Getting Started Guide. If you need assistance, Jon and the team can be found in the #amlen channel on the Eclipse IoT Slack workspace, and they will be happy to answer your questions.

Comments

Popular posts from this blog

Eclipse ThreadX: Charting our course for 2025

On November 21, 2023, Microsoft announced that it was contributing Azure RTOS to the Eclipse Foundation, which gave birth to the Eclipse ThreadX project . Since then, the project team and Eclipse Foundation staff have been working tirelessly behind the scenes to transition ThreadX to a true community-driven open source project and ensure its continued certification for safety-critical applications. In this short post, I will review the major milestones of that first year and share what to expect from the team in 2025. ThreadX v6.4.1 On February 28, 2024, the ThreadX project released version 6.4.1 of ThreadX and its companion modules. This release, the first made under the Eclipse Foundation development process, completed the transition of ThreadX to open source. From a technical standpoint, there were no changes from the prior 6.4.0 release. And yet, v6.4.1 represents a significant milestone. The Eclipse Foundation intends to certify ThreadX v6.4.1 for safety-critical applications. Yo...

2025 Embedded and IoT Developer Survey: 10th Time is the Charm

The 2025 edition of the Eclipse Embedded and IoT developer survey is now underway! Take the survey now – it only takes a few minutes. Your insights and opinions will help shape the future of Embedded and IoT systems. Let's make a difference together! Although our public archives only date back to 2019 , the Eclipse Foundation has been conducting this survey in one form or another since 2015. To my knowledge, it is the only one of its kind managed by an open source community. Your participation in this survey is not just a contribution, but a vital part of the open source community's growth. Moreover, all of our survey reports are made available under the CC BY 4.0 license , meaning that you can freely share and adapt them simply by giving appropriate credit. In other words, your participation in the survey benefits not just commercial interests, but the entire open source community. As usual, the survey will gather precious data on embedded microcontroller architectures, commu...

Eclipse ThreadX at Embedded World 2025 – Setting the Standard for Open Source Safety-Certified RTOSes

The embedded industry is at a pivotal moment: safety-critical systems are growing in complexity, and proprietary solutions are struggling to keep up with evolving regulatory requirements, and long-term sustainability concerns. Moreover, their cost impedes innovation in increasingly competitive markets that see margins under pressure at a time when organisations need to step up their technology investments. The Eclipse ThreadX RTOS is rewriting the rules — combining the power of open source with the rigorous safety certifications required for automotive, medical, industrial, and appliances. At Embedded World 2025, we will showcase how ThreadX is leading the way in redefining safety-certified embedded systems through open collaboration. Historically, companies developing safety-critical applications have faced a difficult choice — invest in costly proprietary RTOS solutions or attempt to navigate safety certification challenges alone. ThreadX eliminates this tradeoff. It is the first an...