如何使用 Nodejs 实现 IBM MQ?

发布于 2025-01-09 17:52:57 字数 368 浏览 0 评论 0原文

如何使用 Nodejs 实现 IBM MQ?

大家好,我需要实现一个脚本,从nodejs可以远程连接ibm qm,我在互联网上看到了几个文档并看到了存储库,但我不太清楚,我可以更好地澄清

这是我的信息已咨询: 在此处输入链接描述 在此处输入链接描述

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请持续率性 2025-01-16 17:52:57

您可以使用一个 npm 库 - https://www.npmjs.com/package/ibmmq< /a>

其 GitHub 主存储库中有示例 -
https://github.com/ibm-messaging/mq-mqi-nodejs

IBM MQ 模式示例存储库中提供了更多使用示例 - https://github.com/ibm-messaging/mq-dev-patterns/tree/master/Node.js

模式存储库还提供了有关如何使用 axios 通过 REST 连接的示例 npm 模块 - https://github.com/ibm-messaging/mq-dev-patterns/blob/master/serverless/openwhisk/mq-package/src/utillib/mqrestapi.js

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文