January 31, 2012 - Habarisoft released 1.2 of Habari RabbitMQ Client, a
library which provides easy access from Delphi and Free Pascal to RabbitMQ.
Habari Client for RabbitMQ uses a plug-in style architecture for
communication libraries and message transformers for XML and JSON object
serialization, and loosely follows the specification of the JMS (Java
Message Service) API for Message Oriented Middleware, to provide a high
level of abstraction which allows to implement messaging patterns, by
writing very little code.
New in version 1.2:
* Tested with RabbitMQ 2.6.1 and 2.7.1
* More than 12500 outgoing messages per second
* Improved Throughput Demo, Chat Demo, GUI Demo applications
* Improvements in the Indy and Synapse communication adapter
Home page:
http://www.habarisoft.com/habari_rabbitmq.html
API:
http://www.habarisoft.com/habari_rabbitmq/1.2/docs/api/index.html
Getting Started Guide (PDF):
http://www.habarisoft.com/download/HabariRabbitMQGettingStarted.pdf
Regards