I need to make a communication between Glassfish server and Delphi. I need to recieve messages from it. As i found Glassfish uses OpenMQ broker.
First, i found jms library for delphi. I found there just JMS interface. And found there SonicMQ JMS implemantation. But as i found, SonicMQ and OpenMQ - different brokers for JMS. Maybe i'm wrong.
Also i found Habari Client Libraries for OpenMQ, but this libraries are not free.
Maybe someone know any free solution for this problem? Or i'm mistaking and i can use SonicMQ implemantation?
I have downloaded Habari demo programms, but can't connect to glassfish server (Connection Closed Grasefully). Maybe i'm doing something wrong? I just need to get messages. I don't need to send them.
I have never worked with JMS before, that's why i have such questions.