3

How to implement IBM MQ with Nodejs?

Hello everyone, I need to implement a script that from nodejs can connect ibm qm this remotely, I have seen several documentation on the internet and seen for repository but it is not very clear to me, I could better clarify

this is the information that I have consulted: enter link description here enter link description here

1

1 Answer 1

5

There is an npm library that you can use - https://www.npmjs.com/package/ibmmq

which has samples in its GitHub home repository - https://github.com/ibm-messaging/mq-mqi-nodejs

Further usage samples are available in the IBM MQ pattern samples repository - https://github.com/ibm-messaging/mq-dev-patterns/tree/master/Node.js

The patterns repository also has examples on how to connect over REST using the axios npm module - https://github.com/ibm-messaging/mq-dev-patterns/blob/master/serverless/openwhisk/mq-package/src/utillib/mqrestapi.js

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.