RabbitMQ 3.1.0 message broker released

The RabbitMQ team announced the release of RabbitMQ 3.1.0 - This release introduces eager synchronisation of mirror queue slaves, automatic cluster partition healing, and improved statistics (including charts) in the management plugin. It also adds many smaller new features, bug fixes and performance improvements. The developers encourage all users of earlier versions of RabbitMQ to … Continue reading RabbitMQ 3.1.0 message broker released

Habari Client libraries new versions released

The new release of Habari message broker client libraries introduces new features, including: new connection parameter "send.receipt" to enable broker receipt confirmations for all outgoing messages new connection parameter "disconnect.receipt" to enable broker receipt confirmations for disconnect operations new connection parameter "tcp.keepalive" to enable TCP keep-alive (Indy only) resource saving on-demand creation of threads for … Continue reading Habari Client libraries new versions released

Habari Chat: message exchange for Delphi applications

Habari Chat is a demo application for the Habari Client libraries, available with full source code and as executable in the demo downloads. Sending broadcast messages After choosing a chatroom name and a nickname, the user interface allows to send text messages. For system messages - for example when users enter or leave a chatroom … Continue reading Habari Chat: message exchange for Delphi applications

Habari Client open source message broker libraries

The next major versions of Habari message broker client libraries for Delphi and Free Pascal are close to release. The new versions introduce options for easier detection of connection loss, reduced resource usage for synchronous operation mode, improved support for heart-beating (on STOMP 1.1 capable message brokers), source code refactorings, and have been tested with … Continue reading Habari Client open source message broker libraries

Habari Client for ActiveMQ 3.3 released

December 18, 2012 - Habarisoft is pleased to announce version 3.3 of Habari Client for ActiveMQ, a library which provides access to the Apache ActiveMQ open source message broker. ActiveMQ is also the default Java Message Service (JMS) provider in the open source Java EE server Apache Geronimo. Home page: http://www.habarisoft.com/habari_activemq.html Documentation (PDF): http://www.habarisoft.com/download/HabariActiveMQGettingStarted.pdf API documentation (HTML): … Continue reading Habari Client for ActiveMQ 3.3 released

Habari Client for OpenMQ 2.3 released

December 12, 2012 - Habarisoft is pleased to announce release 2.3 of its Delphi and Free Pascal client library for the OpenMQ message broker. Open Message Queue (OpenMQ) is an enterprise-quality, production-ready open source message-oriented middleware project and provides enterprise features including clustering for scalability and high availability. Habari Client libraries provide access to production-ready … Continue reading Habari Client for OpenMQ 2.3 released

Temporary queue support in Habari Client libraries

What is a temporary queue? Temporary queues are destinations with a scope limited to the connection that created it, and are removed on the server side as soon as the connection is closed. They are typically used for synchronous messaging (request/reply communication model). Their main advantage is that no queue management to provide unique destination … Continue reading Temporary queue support in Habari Client libraries

STOMP Protocol Specification, Version 1.2 released

The STOMP 1.2 specification has been released today. STOMP 1.2 is mostly backwards compatible with STOMP 1.1. There are only two incompatible changes, which affect frame line endings and message acknowledgment. Apart from these, STOMP 1.2 introduces no new features but focuses on clarifying some areas of the specification. STOMP is a platform-independent protocol used … Continue reading STOMP Protocol Specification, Version 1.2 released

Habari Client Libraries for Delphi and Free Pascal – minor updates released

A minor version update of Habari Client libraries is available. It includes a fix for the Synapse communication adapter which was introduced in the last major release. Registered users can download these new versions from the download area: Habari Client for ActiveMQ 3.2.2 Habari Client for Apollo 1.2.2 Habari Client for HornetQ 1.8.2 Habari Client … Continue reading Habari Client Libraries for Delphi and Free Pascal – minor updates released

Habari Client for ActiveMQ 3.2 released

September 12, 2012 - Habarisoft today released version 3.2 of Habari Client for ActiveMQ, a library which provides access to Apache ActiveMQ, the open source messaging system. With this library, Delphi and Free Pascal developers can build integrated solutions, using the peer-to-peer or the publish and subscribe communication model. ActiveMQ is also the default Java … Continue reading Habari Client for ActiveMQ 3.2 released