• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ANN: Habari OpenMQ Client 1.7 - ready for new GlassFish v3.1 application server

 
Ranch Hand
Posts: 60
1
IntelliJ IDE Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
March 8, 2011 - Habarisoft is pleased to announce release 1.7 of
Habari OpenMQ Client for the open source message broker Open Message
Queue (OpenMQ).

Habari OpenMQ Client is a library for Delphi and Free Pascal which
provides easy access to Open Message Queue (OpenMQ), a freely available
and highly performing JMS server Broker. With this library, Delphi
developers can build integrated solutions, using the peer-to-peer or the
publish and subscribe communication model. Habari OpenMQ Client uses a
plug-in style architecture for communication libraries and message
transformers for XML and JSON object serialization. It supports OpenMQ
versions 4.4, Delphi 6 to XE and Free Pascal, and follows the
specification of the JMS API for Message Oriented Middleware.

The download includes PDF Getting Started documentation, API
documentation and demo applications.

New in Habari OpenMQ Client release 1.7:

* new failover transport. The failover configuration syntax allows you
to specify any number of composite URIs. The failover transport randomly
chooses one of the composite URI and attempts to establish a connection
to it. If it does not succeed, a new connection is established to one of
the other URIs in the list.
* tested with OpenMQ 4.4u1, 4.4u2 and 4.5b29, the version in GlassFish v3.1
* Session#CreateMessage returns an IMessage instance
* OnVerifyPeer method adapted to current Indy 10.5.8 version
* GUI demo fix
* documentation updates


Habari OpenMQ Client - Getting started (PDF):
http://www.habarisoft.com/download/HabariOpenMQGettingStarted.pdf

Habari OpenMQ Client - Online API documentation:
http://www.habarisoft.com/habari_openmq/1.7/docs/api/index.html

Habari OpenMQ Client - Demo and free tools download:
http://www.habarisoft.com/download/HabariOpenMQ-demo.zip

Habari JMS Client libraries home page:
http://www.habarisoft.com/habari.html


About OpenMQ:
Open message queue is an enterprise quality, production ready,
scalable messaging server. It provides a complete Java Message Service
(JMS) implementation for message oriented system integration. In
addition, OpenMQ provides the additional enterprise features that are
necessary for enterprise deployments, large and small.
Open Message Queue (OpenMQ) is also the default JMS provider in the
GlassFish(tm) v3 JEE open source application server.


Thank you for your interest in Habari JMS Client libraries!
 
reply
    Bookmark Topic Watch Topic
  • New Topic