When comparing STOMP and MQTT, the choice often comes down to use case. MQTT excels in IoT scenarios where bandwidth and device resources are limited. STOMP, however, offers clear advantages in enterprise messaging: it’s human-readable and easy to debug, supports both queues and topics, integrates seamlessly with established brokers, and provides transaction handling along with extensible headers.
The Hidden Pitfalls of Using a Single TCP Connection in STOMP
STOMP is layered on top of TCP, which is a byte stream, not message-oriented. When you use a single TCP connection for both sending client frames and receiving server frames, two problems arise ...
Why Using a RTF to HTML Converter Can Unlock Hidden Value in Your Documents
Rich Text Format (RTF) files are everywhere—from legacy archives and internal knowledge bases to email templates and customer-facing portals—but they’re rarely ready for the modern web. Converting RTF to HTML unlocks new value by making content browser-friendly, searchable, and easily shared.
Messaging for Web and Mobile with Apache ActiveMQ Classic
The presentation covered challenges with HTTP messaging, advantages of STOMP and MQTT protocols, and examples of using STOMP over WebSocket for browser messaging and MQTT for mobile apps.
Habari STOMP Clients Release 2025.08
Habarisoft released new versions of its Delphi and Free Pascal STOMP client libraries for integration with leading multi-protocol message brokers.
How To: Secure Delphi SMTP With OAuth2
How to: secure Delphi SMTP with OAuth2 for sending emails via Exchange Online. Full Example source code is available now on GitHub.
New price list – €150 discount – August 2025
A new price list for Habarisoft.com and ScroogeXHTML.com products has been released on 1 August 2025.
ScroogeXHTML Updates / Save €150 / Trial Versions
Version 11.1 of the RTF to HTML5 converter library ScroogeXHTML and Version 9.4 of ScroogeXHTML for Object Pascal are available now. These versions add support for Symbol fonts with Unicode-based character representation, which is used in newer versions of text editors such as LibreOffice.
Fast RTF to HTML Converter in the Cloud
I needed to expose three lines of Java code to run a RTF to HTML conversion using ScroogeXHTML as web service.
ScroogeXHTML for Object Pascal 9.3 – fast RTF to HTML converter
ScroogeXHTML for Object Pascal is a library to convert RTF documents to HTML5 and XHTML.