• 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

Enterprise Java integration with Delphi and Free Pascal applications - new release 2019.02

 
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


Since 2008, Habari 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.

These STOMP 1.0/1.1/1.2 client libraries enable Java to Delphi (or Free Pascal) communication over standalone message brokers or with the messaging subsystem in open source Java EE application servers such as WildFly and Payara.

Four library versions are available, specialized for different message brokers:
  •    Habari Client for ActiveMQ
  •    Habari Client for Artemis
  •    Habari Client for OpenMQ
  •    Habari Client for RabbitMQ

  • Habari Client libraries use a programming model based on these core interfaces:
  •    IConnectionFactory - creates server connections
  •    IConnection - represents a server connection
  •    ISession - represents a server session
  •    IMessageProducer
  •    IMessageConsumer
  •    IMessage (and its subclasses)
  •    IDestination (and its subclasses)

  • There is also a new simple API which introduced these interfaces:
  •    IMQContext
  •    IMQProducer
  •    IMQConsumer

  • Code example using the new API:

    Delphi and Java example code for application integration with the libraries is included or available online.
    Resources
    Home page: https://www.habarisoft.com/
    Blog: https://habarisoft.wordpress.com/
    FAQ: https://www.habarisoft.com/index.html#faq
    Feature matrix: https://www.habarisoft.com/index.html#feature_matrix
     
    M. Justin
    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
    Special Discount Offer

    Special discounts are available for license renewal.

    Until 20 February a special 20% discount is available with code habari1902

    reply
      Bookmark Topic Watch Topic
    • New Topic