Progress JMS solution

Elod

New Member
Hi,

We are trying to create a communication link between Progress and Java.
We are looking into a messaging solution, one that is not vendor dependent.
Is it possible to connect to SonicMQ from other message buses then Sonic ESB (eg Open ESB), or is it possible to send messages to other JMS than SonicMQ from within Progress (code examples, if other than the ones from SonicMQ book, would be appreciated)?

Thanks in advance.
 

medu

Member
You might want to contact Marian Edu
marian.edu@ganimede.ro

about his recent work in this area.

Well, thanks for that Thomas... hope to have more things working by June but the bottom line is that if one stick to the 'code to the interface' rule then in this case it should be JMS, however this does not mean that the application will instantly be able to talk with different providers, it just make it open and independent of the provider (lower level provider specific protocol cartridges do have to be implemented even if the application does not care about it).
 
Top