Hi,
This is with regard to the query on Sonic MQ Adapter.
I would like to know if it is possible for Sonic MQ adapter to directly communicate with IBM MQ as both are JMS based.
What we are trying to achieve is passing a message from Progress 4GL to IBM MQ using Sonic MQ adapter.
Thanks and Regards,
Ashwath
Starting in OpenEdge 11.5.1, Progress OpenEdge provides a generic Java Message Service (JMS) adapter for messaging. This generic JMS adapter can operate with any JMS-compliant vendor, including SonicMQ, IBM WebSphereMQ, and ActiveMQ.
You can get more information in the product documentation, or look at the whitepaper on Community at
community.progress.com/.../1986
Further updates happened in 11.6.1 to support all modes: Client Connect, Broker Connect, and Server Connect.
Unfortunately, the SonicMQ Adapter in OpenEdge cannot be used as a generic JMS adapter. It includes the SonicMQ-specific classes and methods for such things as XMLMessage and MultipartMessage. As such it cannot use an alternate JMS provider.
Starting in OpenEdge 11.5.1, Progress OpenEdge provides a generic Java Message Service (JMS) adapter for messaging. This generic JMS adapter can operate with any JMS-compliant vendor, including SonicMQ, IBM WebSphereMQ, and ActiveMQ.
You can get more information in the product documentation, or look at the whitepaper on Community at
community.progress.com/.../1986
Further updates happened in 11.6.1 to support all modes: Client Connect, Broker Connect, and Server Connect.