A new way to develop MQ programs running in Node
MQ has always supported a wide range of API styles, languages and environments to enable applications to be written in whichever way a developer feels at home. There is the full-function procedural API, often called from C or Cobol programs; object-oriented varieties of that interface such as for Java and C#; and there is the JMS model.
One of my previous projects involved creation of a Go binding for MQ. There are client APIs and protocols with simpler interfaces that can also connect to MQ, such as MQ Light and MQTT. And there are more than just these examples – the new REST messaging API is yet another. One environment where a lot of new applications are developed is Node.js, with JavaScript being the associated programming language.
And so, as part of making it easy for people to access MQ from Node, I’ve now published a JavaScript API implementation on github.
Continue reading “IBM MQ and Node.js”
This post was last updated on November 23rd, 2019 at 12:07 am