Habarisoft released new versions of its native STOMP client libraries for Delphi / Object Pascal for integration with popular open source message brokers:
- Habari STOMP Client for ActiveMQ 8.0 – tested with Apache ActiveMQ 5.17.3
- Habari STOMP Client for Artemis 8.0 – tested with Apache ActiveMQ Artemis 2.28.0
- Habari STOMP Client for OpenMQ 8.0 – tested with Eclipse OpenMQ 6.3.0 and 6.4.0-SNAPSHOT
- Habari STOMP Client for RabbitMQ 8.0 – tested with RabbitMQ 3.10.17 and 3.11.8
This major version introduces new communication adapters for mORMot 1 and mORMot 2.
Full release notes can be found at: https://www.habarisoft.com/release_notes.html
Home page and demo applications
Home page: https://www.habarisoft.com/
About Habari STOMP Client libraries

Habari STOMP Client libraries enable Object Pascal applications to take advantage of message broker / message queue technology – which is distributed, loosely coupled, reliable and asynchronous – to build integrated systems, using peer-to-peer and publish-subscribe communication models.
The libraries are available for the open source message brokers ActiveMQ, ActiveMQ Artemis, Eclipse OpenMQ and RabbitMQ. ActiveMQ and OpenMQ are also serving as default messaging subsystems in Enterprise Application Servers such as GlassFish, Payara, TomEE+ or WildFly.
Typical use cases of message brokers include: load balancing (distributed processing), client notification in multi-tiered applications, dynamically configuring and controlling software, alerting and logging, and integration with ISAPI, PHP, .NET, Python or Jakarta EE based web applications